Compartilhar via


Classe AggregationDimension

Represents the relationship between a Dimension and an Aggregation. This class cannot be inherited.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..AggregationDimension

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

Sintaxe

'Declaração
<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")> _
Public NotInheritable Class AggregationDimension _
    Inherits ModelComponent _
    Implements ICloneable
'Uso
Dim instance As AggregationDimension
[GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")]
public sealed class AggregationDimension : ModelComponent, 
    ICloneable
[GuidAttribute(L"7B5E1329-C951-4dbd-A404-11050D15280A")]
public ref class AggregationDimension sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")>]
type AggregationDimension =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class AggregationDimension extends ModelComponent implements ICloneable

O tipo AggregationDimension expõe os membros a seguir.

Construtores

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

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 Attributes Gets the collection of attributes for the associated AggregationDimension.
Propriedade protegida CanRaiseEvents (Herdado de Component.)
Propriedade pública Container (Herdado de Component.)
Propriedade pública CubeDimension Gets the parent CubeDimension corresponding to the AggregationDimension.
Propriedade pública CubeDimensionID Gets or sets the CubeDimension element associated with the parent element.
Propriedade protegida DesignMode (Herdado de Component.)
Propriedade pública Dimension Gets the Dimension object corresponding to the AggregationDimension object.
Propriedade protegida Events (Herdado de Component.)
Propriedade protegida FriendlyName Infraestrutura. (Herdado de ModelComponent.)
Propriedade protegida KeyForCollection Infraestrutura. (Herdado de ModelComponent.)
Propriedade pública MeasureGroupDimension Gets the relationship between a dimension and a measure group within an AggregationDimension.
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Gets the Aggregation object that is the parent of the AggregationDimension object.
Propriedade pública ParentAggregationDesign Gets the parent AggregationDesign object of an AggregationDimension.
Propriedade pública ParentCube Gets the Cube object that is the parent of the AggregationDimension object.
Propriedade pública ParentDatabase Gets the Database object that is the parent of the AggregationDimension object's Cube object.
Propriedade pública ParentMeasureGroup Gets the MeasureGroup object that is the parent of the AggregationDimension object.
Propriedade pública ParentServer Gets the Server object that is the parent of the AggregationDimension object.
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 Creates a new, full copy of the AggregationDimension object.
Método público CopyTo(AggregationDimension) Creates a full copy of the AggregationDimension object in the existing object, 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

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