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).