Dimensions 属性

Returns the collection of dimensions associated with an AggregationInstance.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationInstanceDimensionCollection
    Get
用法
Dim instance As AggregationInstance
Dim value As AggregationInstanceDimensionCollection

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