Context.CurrentCube 속성

Gets the current cube.

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

구문

‘선언
Public Shared ReadOnly Property CurrentCube As CubeDef 
    Get
‘사용 방법
Dim value As CubeDef 

value = Context.CurrentCube
public static CubeDef CurrentCube { get; }
public:
static property CubeDef^ CurrentCube {
    CubeDef^ get ();
}
static member CurrentCube : CubeDef
static function get CurrentCube () : CubeDef

속성 값

유형: Microsoft.AnalysisServices.AdomdServer.CubeDef
A CubeDef that represents the current cube; nullnull 참조(Visual Basic에서는 Nothing) if not applicable.

주의

The return value will be nullnull 참조(Visual Basic에서는 Nothing) when called from a Data Mining Extensions (DMX) query, or as a stored procedure. For more information about the differences between user-defined functions (UDFs) and stored procedures, see 사용자 정의 함수 및 저장 프로시저.

참고 항목

참조

Context 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스