共用方式為


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
代表目前行程的 integer。

備註

如需行程的詳細資訊,請參閱<了解行程順序與解決順序 (MDX)>。

請參閱

參考

Context 類別

Microsoft.AnalysisServices.AdomdServer 命名空間