AggregationInstance.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
屬性值
型別:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection
The collection of dimension.