다음을 통해 공유


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