Partager via


Propriété Context.Pass

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Pass As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

For more information about pass, see Présentation des concepts d'ordre de passage et d'ordre de résolution (MDX).

Voir aussi

Référence

Context Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer