Condividi tramite


Proprietà Pass

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

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

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

Valore proprietà

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

Osservazioni

For more information about pass, see Informazioni sull'ordine di calcolo e di valutazione (MDX).