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. | |
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. | |
Dimension | Gets the Dimension object corresponding to the AggregationDimension object. | |
FriendlyName | Infraestrutura. Gets the friendly name of the ModelComponent. (Herdado de ModelComponent.) | |
KeyForCollection | Infraestrutura. Gets the key used in the collection. (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. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.) | |
AfterInsert | Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.) | |
AfterMove | Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.) | |
AfterRemove | Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.) | |
BeforeRemove | Infraestrutura. Removes the ModelComponent object before the cleanup. (Herdado de ModelComponent.) | |
Clone | Creates and returns a new object that is a copy of the current instance of this AggregationDimension object. | |
CopyTo | Copies the content of the AggregationDimension object to another object (the destination). | |
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
RemoveFromContainer | Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.) | |
Submit() | Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.) | |
Submit(Boolean) | Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.) | |
ToString | Infraestrutura. Returns a string that represents the current object. (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) | 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 | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this AggregationDimension object. | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (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.