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 | |
---|---|---|
AggregationDimension() () () () | Initializes a new instance of the AggregationDimension class using the default values. | |
AggregationDimension(String) | Initializes a new instance of the AggregationDimension class using a name. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Herdado de ModelComponent.) | |
Attributes | Gets the collection of attributes for the associated AggregationDimension. | |
CanRaiseEvents | (Herdado de Component.) | |
Container | (Herdado de Component.) | |
CubeDimension | Gets the parent CubeDimension corresponding to the AggregationDimension. | |
CubeDimensionID | Gets or sets the CubeDimension element associated with the parent element. | |
DesignMode | (Herdado de Component.) | |
Dimension | Gets the Dimension object corresponding to the AggregationDimension object. | |
Events | (Herdado de Component.) | |
FriendlyName | Infraestrutura. (Herdado de ModelComponent.) | |
KeyForCollection | Infraestrutura. (Herdado de ModelComponent.) | |
MeasureGroupDimension | Gets the relationship between a dimension and a measure group within an AggregationDimension. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.) | |
Parent | Gets the Aggregation object that is the parent of the AggregationDimension object. | |
ParentAggregationDesign | Gets the parent AggregationDesign object of an AggregationDimension. | |
ParentCube | Gets the Cube object that is the parent of the AggregationDimension object. | |
ParentDatabase | Gets the Database object that is the parent of the AggregationDimension object's Cube object. | |
ParentMeasureGroup | Gets the MeasureGroup object that is the parent of the AggregationDimension object. | |
ParentServer | Gets the Server object that is the parent of the AggregationDimension object. | |
Site | (Herdado de Component.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddToContainer | Infraestrutura. (Herdado de ModelComponent.) | |
AfterInsert | Infraestrutura. (Herdado de ModelComponent.) | |
AfterMove | Infraestrutura. (Herdado de ModelComponent.) | |
AfterRemove | Infraestrutura. (Herdado de ModelComponent.) | |
BeforeRemove | Infraestrutura. (Herdado de ModelComponent.) | |
Clone | Creates a new, full copy of the AggregationDimension object. | |
CopyTo(AggregationDimension) | Creates a full copy of the AggregationDimension object in the existing object, passed as a parameter. | |
CopyTo(ModelComponent) | Infraestrutura. (Herdado de ModelComponent.) | |
CreateObjRef | (Herdado de MarshalByRefObject.) | |
Dispose() () () () | (Herdado de Component.) | |
Dispose(Boolean) | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Component.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | (Herdado de MarshalByRefObject.) | |
GetService | (Herdado de Component.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Herdado de Object.) | |
MemberwiseClone(Boolean) | (Herdado de MarshalByRefObject.) | |
RemoveFromContainer | Infraestrutura. (Herdado de ModelComponent.) | |
Reset | Infraestrutura. (Herdado de ModelComponent.) | |
Submit() () () () | Infraestrutura. (Herdado de ModelComponent.) | |
Submit(Boolean) | Infraestrutura. (Herdado de ModelComponent.) | |
ToString | Infraestrutura. (Herdado de ModelComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.) | |
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.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Substitui ModelComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Herdado de ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Herdado de ModelComponent.) | |
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.