AggregationDesignDimension.Attributes Property
Gets the collection of attributes for the associated AggregationDesignDimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Public ReadOnly Property Attributes As AggregationDesignAttributeCollection
Get
'Usage
Dim instance As AggregationDesignDimension
Dim value As AggregationDesignAttributeCollection
value = instance.Attributes
C#
public AggregationDesignAttributeCollection Attributes { get; }
public:
property AggregationDesignAttributeCollection^ Attributes {
AggregationDesignAttributeCollection^ get ();
}
member Attributes : AggregationDesignAttributeCollection
function get Attributes () : AggregationDesignAttributeCollection
Type: Microsoft.AnalysisServices.AggregationDesignAttributeCollection
A collection of attributes.