Compartilhar via


Classe AggregationAttribute

Defines a DimensionAttribute as being part of a Aggregation. This class cannot be inherited.

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.AggregationAttribute

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")> _
Public NotInheritable Class AggregationAttribute _
    Inherits ModelComponent _
    Implements ICloneable
'Uso
Dim instance As AggregationAttribute
[GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public sealed class AggregationAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public ref class AggregationAttribute sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")>]
type AggregationAttribute =  
    class 
        inherit ModelComponent 
        interface ICloneable 
    end
public final class AggregationAttribute extends ModelComponent implements ICloneable

O tipo AggregationAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AggregationAttribute() Initializes a new instance of the AggregationAttribute class using the default values.
Método público AggregationAttribute(String) Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.

Início

Propriedades

  Nome Descrição
Propriedade pública Annotations Gets a collection within which you can store custom data. (Herdado de ModelComponent.)
Propriedade pública Attribute Gets the DimensionAttribute assigned to a Aggregation.
Propriedade pública AttributeID Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation.
Propriedade pública Container (Herdado de Component.)
Propriedade pública CubeAttribute Gets the CubeAttribute that associates the current AggregationAttribute to the parent cube.
Propriedade protegida FriendlyName Infraestrutura. Gets the friendly name of the ModelComponent. (Herdado de ModelComponent.)
Propriedade protegida KeyForCollection Infraestrutura. Gets the key used in the collection. (Herdado de ModelComponent.)
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Gets the parent AggregationDimension of the current AggregationAttribute.
Propriedade pública ParentAggregation Gets the parent Aggregation of the current AggregationAttribute.
Propriedade pública ParentAggregationDesign Gets the parent AggregationDesign of the current AggregationAttribute.
Propriedade pública ParentCube Gets the parent Cube of the current AggregationAttribute.
Propriedade pública ParentDatabase Gets the parent Database of the current AggregationAttribute.
Propriedade pública ParentMeasureGroup Gets the parent MeasureGroup of the current AggregationAttribute.
Propriedade pública ParentServer Gets the parent Server of the current AggregationAttribute.
Propriedade pública Site (Herdado de Component.)

Início

Métodos

  Nome Descrição
Método protegido AddToContainer Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. Removes the ModelComponent object before the cleanup. (Herdado de ModelComponent.)
Método público Clone Copies the current AggregationAttribute.
Método público CopyTo Copies the current AggregationAttribute to an object, which is passed as a parameter.
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.)
Método público Submit() Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público ToString Infraestrutura. Returns a string that represents the current object. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection, Boolean, ServerEdition) Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. (Substitui ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this AggregationAttribute object.
Implementações de interfaces explícitasPropriedade privada IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Herdado de ModelComponent.)

Início

Comentários

Novo:   17 de julho de 2006

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices