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.