AggregationDesign Class
Defines a set of aggregation definitions that can be shared across multiple partitions in a database. This class cannot be inherited.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MajorObject
Microsoft.AnalysisServices.AggregationDesign
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MajorObject
Microsoft.AnalysisServices.AggregationDesign
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The AggregationDesign type exposes the following members.
| Name | Description | |
|---|---|---|
|
AggregationDesign() | Initializes a new instance of AggregationDesign using the default values. |
|
AggregationDesign(String) | Initializes a new instance of AggregationDesign using a name. |
|
AggregationDesign(String, String) | Initializes a new instance of Microsoft.AnalysisServices.AggregationDesign using a name and an identifier. |
| Name | Description | |
|---|---|---|
|
Aggregations | Gets the aggregations designed for the AggregationDesign. |
|
Annotations | Gets the collection object of all annotations to current object. (Inherited from MajorObject.) |
|
CanRaiseEvents | (Inherited from Component.) |
|
Container | (Inherited from Component.) |
|
CreatedTimestamp | Gets or sets the date and time of the creation of the object. (Inherited from MajorObject.) |
|
Description | Gets or sets a description string of current object. (Inherited from MajorObject.) |
|
DesignMode | (Inherited from Component.) |
|
Dimensions | Gets the dimensions associated with an AggregationDesign. |
|
EstimatedPerformanceGain | Gets or sets the estimated performance gain of a partition (as a percentage increase). |
|
EstimatedRows | Gets or sets the number of estimated rows (average) in the partition associated with the AggregationDesign. |
|
Events | (Inherited from Component.) |
|
FriendlyName | Returns a user-friendly name. (Inherited from NamedComponent.) |
|
ID | (Inherited from NamedComponent.) |
|
IsLoaded | Infrastructure. (Inherited from MajorObject.) |
|
KeyForCollection | Returns the key used in collections. (Inherited from NamedComponent.) |
|
LastSchemaUpdate | Gets or sets the date and time when current object schema was last updated. (Inherited from MajorObject.) |
|
Name | (Inherited from NamedComponent.) |
|
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) |
|
Parent | Gets the measure group object that is the parent of the AggregationDesign object. |
|
ParentCube | Gets the Cube object that is the parent of the AggregationDesign object. |
|
ParentDatabase | Gets the ParentDatabase object that is the parent of the AggregationDesign object's Cube object. |
|
ParentServer | Gets the Server object that is the parent of the Microsoft.AnalysisServices. 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.) |
|
CancelDesign | Rollsback the transaction and closes the connection. |
|
Clone() | Creates a new full copy of an object. |
|
Clone(Boolean) | Infrastructure. (Inherited from MajorObject.) |
|
CopyTo(AggregationDesign) | Copies the content of this AggregationDesign object to another object (the destination). |
|
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) |
|
CopyTo(NamedComponent) | Infrastructure. (Inherited from NamedComponent.) |
|
CopyTo(MajorObject, Boolean) | Infrastructure. (Inherited from MajorObject.) |
|
CreateObjRef | (Inherited from MarshalByRefObject.) |
|
DesignAggregations(Double, Double, Int64, Boolean) | Creates aggregations for an aggregation design on the Analysis Services instance. |
|
DesignAggregations(Double, Double, Int64, Boolean, StringCollection) | Creates aggregations for an aggregation design on the Analysis Services instance. |
|
DesignAggregations(TimeSpan, Int32, Double, Int64, StringCollection) | Creates aggregations for an aggregation design on the Analysis Services instance. |
|
Dispose() | (Inherited from Component.) |
|
Dispose(Boolean) | (Inherited from Component.) |
|
Drop() | Removes current object and updates server. (Inherited from MajorObject.) |
|
Drop(DropOptions) | Removes current object and updates server using specified options. (Inherited from MajorObject.) |
|
Drop(DropOptions, XmlaWarningCollection) | Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object. (Inherited from MajorObject.) |
|
Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection) | Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Inherited from MajorObject.) |
|
Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Inherited from MajorObject.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Component.) |
|
FinalizeDesign | Gets the generated aggregations from engine, rollbacks the transaction, and closes the connection. |
|
GetCreateReferences | Infrastructure. (Inherited from MajorObject.) |
|
GetDependents | Infrastructure. (Inherited from MajorObject.) |
|
GetDropDependents | Infrastructure. (Inherited from MajorObject.) |
|
GetHashCode | (Inherited from Object.) |
|
GetLifetimeService | (Inherited from MarshalByRefObject.) |
|
GetReferences | Infrastructure. (Inherited from MajorObject.) |
|
GetService | (Inherited from Component.) |
|
GetType | (Inherited from Object.) |
|
GetUpdateOverwrites | Infrastructure. (Inherited from MajorObject.) |
|
InitializeDesign() | Connects to engine, starts a transaction, and saves the full parent database. |
|
InitializeDesign(String) | Connects to engine with the specified connection string, starts a transaction, and saves the full parent database. |
|
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
Refresh() | Updates current object from server definitions. (Inherited from MajorObject.) |
|
Refresh(Boolean) | Updates current object from server definitions and loaded dependent objects if specified. (Inherited from MajorObject.) |
|
Refresh(Boolean, RefreshType) | Updates current object from server definitions and loaded dependent objects if specified. (Inherited from MajorObject.) |
|
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.) |
|
Update() | Updates server definition of current object to actual values using the default values to update dependent objects. (Inherited from MajorObject.) |
|
Update(UpdateOptions) | Updates server definition of current object to actual values using the specified options to update dependent objects. (Inherited from MajorObject.) |
|
Update(UpdateOptions, UpdateMode) | Updates server definition of current object to actual values using the specified options to update dependent objects. (Inherited from MajorObject.) |
|
Update(UpdateOptions, UpdateMode, XmlaWarningCollection) | Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation. (Inherited from MajorObject.) |
|
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection) | Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. (Inherited from MajorObject.) |
|
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation. (Inherited from MajorObject.) |
|
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) |
|
Validate(ValidationResultCollection) | (Inherited from MajorObject.) |
|
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(ValidationResultCollection, ValidationOptions) | (Inherited from MajorObject.) |
|
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).) |
|
Validate(ValidationResultCollection, ValidationOptions, ServerEdition) | (Inherited from MajorObject.) |
| Name | Description | |
|---|---|---|
|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this AggregationDesign object. |
|
IDeserializationCallback.OnDeserialization | (Inherited from MajorObject.) |
|
IFormattable.ToString | (Inherited from NamedComponent.) |
|
IDeserializationStartCallback.OnDeserializationBegin | (Inherited from MajorObject.) |
|
IHostableComponent.Host | (Inherited from ModelComponent.) |
|
IMajorObject.BaseType | |
|
IMajorObject.CreateBody | |
|
IMajorObject.DependsOn | |
|
IMajorObject.ObjectReference | |
|
IMajorObject.Path | |
|
IMajorObject.WriteRef | |
|
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) |
|
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |

