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.