Pass propriété

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans 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 la propriété

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