AggregationInstance.Dimensions Property
Returns the collection of dimensions associated with an AggregationInstance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationInstanceDimensionCollection
Get
'Usage
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