다음을 통해 공유


Context.Pass 속성

Gets the pass number that the user-defined function (UDF) or stored procedure is running under.

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

구문

‘선언
Public Shared ReadOnly Property Pass As Integer 
    Get
‘사용 방법
Dim value As Integer 

value = Context.Pass
public static int Pass { get; }
public:
static property int Pass {
    int get ();
}
static member Pass : int
static function get Pass () : int

속성 값

유형: System.Int32
An integer that represents the current pass.

주의

For more information about pass, see 패스 순서 및 계산 순서 이해(MDX).

참고 항목

참조

Context 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스