AggregationInstanceAttribute Class
Updated: May 24, 2016
Represents information about an attribute used by an Aggregation instance.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::ModelComponent
Microsoft.AnalysisServices::AggregationInstanceAttribute
| Name | Description | |
|---|---|---|
![]() | AggregationInstanceAttribute() | Initializes a new instance of AggregationInstanceAttribute using the default values. |
![]() | AggregationInstanceAttribute(String^) | Initializes a new instance of AggregationInstanceAttribute using an identifier. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets a collection within which you can store custom data.(Inherited from ModelComponent.) |
![]() | AttributeID | Gets or sets an attribute identifier for an AggregationInstanceAttribute. |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | Container | (Inherited from Component.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | FriendlyName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a friendly name for this current instance.(Overrides ModelComponent::FriendlyName.) |
![]() | KeyColumns | Gets the binding to both table and column(s) for AggregationInstanceAttribute. |
![]() | KeyForCollection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the key used in the collection.(Overrides ModelComponent::KeyForCollection.) |
![]() | OwningCollection | Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.) |
![]() | Parent | Gets the IModelComponent object that is the parent of the ModelComponent object.(Inherited from ModelComponent.) |
![]() | Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() | AddToContainer(IContainer^) | Adds a ModelComponent object to the specified container.(Inherited from ModelComponent.) |
![]() | AfterInsert(Int32) | Displays a ModelComponent object after added to the specified index.(Inherited from ModelComponent.) |
![]() | AfterMove(Int32, Int32) | Displays a ModelComponent object after moving to the specified index.(Inherited from ModelComponent.) |
![]() | AfterRemove(ModelComponentCollection^) | Displays a ModelComponentCollection after a ModelComponent object is removed.(Inherited from ModelComponent.) |
![]() | BeforeRemove(Boolean) | Removes the ModelComponent object before the cleanup.(Inherited from ModelComponent.) |
![]() | Clone() | Creates a new, full copy of an object. |
![]() | CopyTo(AggregationInstanceAttribute^) | Copies an AggregationInstanceAttribute object to the specified object. |
![]() | CopyTo(ModelComponent^) | Copies a ModelComponent object to the specified object.(Inherited from ModelComponent.) |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Dispose(Boolean) | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Component.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | (Inherited from Component.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | RemoveFromContainer(IContainer^) | Removes a ModelComponent object from the specified container.(Inherited from ModelComponent.) |
![]() | Reset() | Resets the component to an initial state.(Inherited from ModelComponent.) |
![]() | Submit() | Submits a ModelComponent object.(Inherited from ModelComponent.) |
![]() | Submit(Boolean) | Submits a ModelComponent object.(Inherited from ModelComponent.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from ModelComponent.) |
![]() | 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) | Indicates whether a ModelComponent object is valid.(Inherited from ModelComponent.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates and returns a new object that is a copy of the current instance of this AggregationInstanceAttribute object. |
![]() ![]() | IHostableComponent::Host | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::FriendlyPath | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::OwningCollection | (Inherited from ModelComponent.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







