CubeDef.Type 속성

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

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

구문

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

value = instance.Type
public CubeType Type { get; }
public:
virtual property CubeType Type {
    CubeType get () sealed;
}
abstract Type : CubeType 
override Type : CubeType
final function get Type () : CubeType

속성 값

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

예외

예외 조건
[NotSupportedException]

The provider does not support this property. For more information about this exception, see NotSupportedException Class

주의

An CubeType defining the type of the cube.

참고 항목

참조

CubeDef 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스