Share via


Aggregation.Dimensions 속성

Gets the collection of dimensions for the Aggregation object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDimensionCollection 
    Get
‘사용 방법
Dim instance As Aggregation 
Dim value As AggregationDimensionCollection 

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

속성 값

유형: Microsoft.AnalysisServices.AggregationDimensionCollection
An AggregationDimensionCollectionobject.

참고 항목

참조

Aggregation 클래스

Microsoft.AnalysisServices 네임스페이스