Freigeben über


AggregationDesignDimension.Attributes-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AggregationDesignAttributeCollection
A collection of attributes.

Siehe auch

Verweis

AggregationDesignDimension Klasse

Microsoft.AnalysisServices-Namespace