Compartilhar via


Propriedade do RDL Pass

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

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

Sintaxe

'Declaração
Public Shared ReadOnly Property Pass As Integer
    Get
'Uso
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

Valor da propriedade

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

Comentários

For more information about pass, see Entendendo a ordem de passagem e a ordem de resolução (MDX).