다음을 통해 공유


Type 속성

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

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

구문

‘선언
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

예외

예외 조건
System..::..NotSupportedException

The provider does not support this property.

주의

A CubeType defining the type of the cube.