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 protegida CanRaiseEvents (Herdado de Component.)
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 DesignMode (Herdado de Component.)
Propriedade protegida Events (Herdado de Component.)
Propriedade protegida FriendlyName Infraestrutura. (Herdado de ModelComponent.)
Propriedade protegida KeyForCollection Infraestrutura. (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. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. (Herdado de ModelComponent.)
Método público Clone Copies the current AggregationAttribute.
Método público CopyTo(AggregationAttribute) Copies the current AggregationAttribute to an object, which is passed as a parameter.
Método protegido CopyTo(ModelComponent) Infraestrutura. (Herdado de ModelComponent.)
Método público CreateObjRef (Herdado de MarshalByRefObject.)
Método público Dispose() () () () (Herdado de Component.)
Método protegido Dispose(Boolean) (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Component.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService (Herdado de MarshalByRefObject.)
Método protegido GetService (Herdado de Component.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService (Herdado de MarshalByRefObject.)
Método protegido MemberwiseClone() () () () (Herdado de Object.)
Método protegido MemberwiseClone(Boolean) (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. (Herdado de ModelComponent.)
Método protegido Reset Infraestrutura. (Herdado de ModelComponent.)
Método público Submit() () () () Infraestrutura. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. (Herdado de ModelComponent.)
Método público ToString Infraestrutura. (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) (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
Implementações de interfaces explícitasPropriedade privada IHostableComponent. . :: . .Host (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent. . :: . .FriendlyPath (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent. . :: . .OwningCollection (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