다음을 통해 공유


CubeDef.Dimensions 속성

Gets an instance of the DimensionCollection class that contains the dimensions for the CubeDef class.

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

구문

‘선언
Public ReadOnly Property Dimensions As DimensionCollection 
    Get
‘사용 방법
Dim instance As CubeDef 
Dim value As DimensionCollection 

value = instance.Dimensions
public DimensionCollection Dimensions { get; }
public:
property DimensionCollection^ Dimensions {
    DimensionCollection^ get ();
}
member Dimensions : DimensionCollection
function get Dimensions () : DimensionCollection

속성 값

유형: Microsoft.AnalysisServices.AdomdClient.DimensionCollection
A DimensionCollection that contains dimensions for the CubeDef.

주의

In Microsoft SQL Server 2005 Analysis Services(SSAS), each cube has at least one dimension associated with it. The Dimensions property is used to retrieve a collection of Dimension objects that are associated with a given cube.

[!참고]

The Dimensions property does not include the Measures dimension.

참고 항목

참조

CubeDef 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스