AggregationDimension.Attributes 屬性

Gets the collection of attributes for the associated AggregationDimension.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As AggregationAttributeCollection 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.AggregationAttributeCollection
A collection of attributes.

請參閱

參考

AggregationDimension 類別

Microsoft.AnalysisServices 命名空間