Freigeben über


Context.Pass-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Pass As Integer 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Int32
An integer that represents the current pass.

Hinweise

For more information about pass, see Grundlegendes zu Durchlauf- und Lösungsreihenfolge (MDX).

Siehe auch

Verweis

Context Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace