다음을 통해 공유


Pass 속성

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

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

구문

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