AggregationAttribute Class
Defines a DimensionAttribute as being part of a Aggregation. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.AggregationAttribute
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")> _
Public NotInheritable Class AggregationAttribute _
Inherits ModelComponent _
Implements ICloneable
'Usage
Dim instance As AggregationAttribute
[GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public sealed class AggregationAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public ref class AggregationAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")>]
type AggregationAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationAttribute extends ModelComponent implements ICloneable
The AggregationAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AggregationAttribute() | Initializes a new instance of the AggregationAttribute class using the default values. | |
AggregationAttribute(String) | Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute. |
Top
Properties
Name | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | |
Attribute | Gets the DimensionAttribute assigned to a Aggregation. | |
AttributeID | Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation. | |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
CubeAttribute | Gets the CubeAttribute that associates the current AggregationAttribute to the parent cube. | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
FriendlyName | Infrastructure. (Inherited from ModelComponent.) | |
KeyForCollection | Infrastructure. (Inherited from ModelComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | |
Parent | Gets the parent AggregationDimension of the current AggregationAttribute. | |
ParentAggregation | Gets the parent Aggregation of the current AggregationAttribute. | |
ParentAggregationDesign | Gets the parent AggregationDesign of the current AggregationAttribute. | |
ParentCube | Gets the parent Cube of the current AggregationAttribute. | |
ParentDatabase | Gets the parent Database of the current AggregationAttribute. | |
ParentMeasureGroup | Gets the parent MeasureGroup of the current AggregationAttribute. | |
ParentServer | Gets the parent Server of the current AggregationAttribute. | |
Site | (Inherited from Component.) |
Top
Methods
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 | Copies the current AggregationAttribute. | |
CopyTo(AggregationAttribute) | Copies the current AggregationAttribute to an object, which is passed as a parameter. | |
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | |
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 ModelComponent.) | |
Submit() | Infrastructure. (Inherited from ModelComponent.) | |
Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) | |
ToString | Infrastructure. (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) | (Overrides ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | ||
IHostableComponent.Host | (Inherited from ModelComponent.) | |
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | |
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |
Top
Remarks
New: 17 July 2006
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.