Context.Pass 属性

获取用户定义函数 (UDF) 或存储过程正在基于其运行的传递号。

命名空间:  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

属性值

类型:Int32
一个表示当前传递的整数。

注释

有关传递的详细信息,请参阅理解传递次序和求解次序 (MDX)

请参阅

参考

Context 类

Microsoft.AnalysisServices.AdomdServer 命名空间