AggregationDesign.Dimensions 속성
Gets the dimensions associated with an AggregationDesign.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDesignDimensionCollection
Get
‘사용 방법
Dim instance As AggregationDesign
Dim value As AggregationDesignDimensionCollection
value = instance.Dimensions
[BrowsableAttribute(false)]
public AggregationDesignDimensionCollection Dimensions { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesignDimensionCollection^ Dimensions {
AggregationDesignDimensionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Dimensions : AggregationDesignDimensionCollection
function get Dimensions () : AggregationDesignDimensionCollection
속성 값
유형: Microsoft.AnalysisServices.AggregationDesignDimensionCollection
A collection of dimensions.