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