Aggregation Class
Defines a single aggregation. This class cannot be inherited.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.Aggregation
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.Aggregation
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The Aggregation type exposes the following members.
| Name | Description | |
|---|---|---|
|
Aggregation() | Initializes a new instance of the Aggregation class using the default values. |
|
Aggregation(String, String) | Initializes a new instance of the Aggregation class using a name and an identifier. |
| Name | Description | |
|---|---|---|
|
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) |
|
CanRaiseEvents | (Inherited from Component.) |
|
Container | (Inherited from Component.) |
|
Description | (Inherited from NamedComponent.) |
|
DesignMode | (Inherited from Component.) |
|
Dimensions | Gets the collection of dimensions for the Aggregation object. |
|
Events | (Inherited from Component.) |
|
FriendlyName | Returns a user-friendly name. (Inherited from NamedComponent.) |
|
ID | (Inherited from NamedComponent.) |
|
KeyForCollection | Returns the key used in collections. (Inherited from NamedComponent.) |
|
Name | (Inherited from NamedComponent.) |
|
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) |
|
Parent | Gets the parent AggregationDesign object for the current Aggregation object. |
|
ParentCube | Gets the parent Cube object for the current Aggregation object. |
|
ParentDatabase | Gets the parent Database object for the current Aggregation object. |
|
ParentMeasureGroup | Gets the parent MeasureGroup object for the current Aggregation object. |
|
ParentServer | Gets the parent Server object for the current Aggregation object. |
|
Site | Infrastructure. (Inherited from NamedComponent.) |
|
SiteID | Infrastructure. (Inherited from NamedComponent.) |
| Name | Description | |
|---|---|---|
|
AddToContainer | Infrastructure. (Inherited from ModelComponent.) |
|
AfterInsert | Infrastructure. (Inherited from ModelComponent.) |
|
AfterMove | Infrastructure. (Inherited from ModelComponent.) |
|
AfterRemove | Infrastructure. (Inherited from ModelComponent.) |
|
BeforeRemove | Infrastructure. (Inherited from ModelComponent.) |
|
Clone | Creates a new full copy of an object. |
|
CopyTo(Aggregation) | Creates a full copy of object into the existing object passed as parameter. |
|
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) |
|
CopyTo(NamedComponent) | Infrastructure. (Inherited from NamedComponent.) |
|
CreateObjRef | (Inherited from MarshalByRefObject.) |
|
Dispose() | (Inherited from Component.) |
|
Dispose(Boolean) | (Inherited from Component.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Component.) |
|
GetHashCode | (Inherited from Object.) |
|
GetLifetimeService | (Inherited from MarshalByRefObject.) |
|
GetService | (Inherited from Component.) |
|
GetType | (Inherited from Object.) |
|
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
RemoveFromContainer | Infrastructure. (Inherited from ModelComponent.) |
|
Reset | Infrastructure. (Inherited from NamedComponent.) |
|
Submit() | Infrastructure. (Inherited from ModelComponent.) |
|
Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) |
|
ToString | (Inherited from NamedComponent.) |
|
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from 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. (Inherited from 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. (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
| Name | Description | |
|---|---|---|
|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of the Aggregation object. |
|
IFormattable.ToString | (Inherited from NamedComponent.) |
|
IHostableComponent.Host | (Inherited from ModelComponent.) |
|
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) |
|
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |

