Freigeben über


AggregationDimension.Attributes-Eigenschaft

Gets the collection of attributes for the associated AggregationDimension.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As AggregationAttributeCollection 
    Get
'Usage
Dim instance As AggregationDimension 
Dim value As AggregationAttributeCollection 

value = instance.Attributes
[BrowsableAttribute(false)]
public AggregationAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property AggregationAttributeCollection^ Attributes {
    AggregationAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : AggregationAttributeCollection
function get Attributes () : AggregationAttributeCollection

Eigenschaftswert

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

Siehe auch

Verweis

AggregationDimension Klasse

Microsoft.AnalysisServices-Namespace