AggregationDesignDimension.Attributes 属性
Gets the collection of attributes for the associated AggregationDesignDimension.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public ReadOnly Property Attributes As AggregationDesignAttributeCollection
Get
用法
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
属性值
类型:Microsoft.AnalysisServices.AggregationDesignAttributeCollection
A collection of attributes.