다음을 통해 공유


CubeDef.Type 속성

Returns the CubeType of the cube, if supported by the provider.

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

구문

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

value = instance.Type
public CubeType Type { get; }
public:
property CubeType Type {
    CubeType get ();
}
member Type : CubeType
function get Type () : CubeType

속성 값

유형: Microsoft.AnalysisServices.AdomdClient.CubeType
One of the enumeration values of the CubeType class.

예외

예외 조건
System.NotSupportedException

The provider does not support this property.

주의

A CubeType defining the type of the cube.

참고 항목

참조

CubeDef 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스