Pass Propiedad
Gets the pass number that the user-defined function (UDF) or stored procedure is running under.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Int32
An integer that represents the current pass.
Comentarios
For more information about pass, see Descripción de orden de paso y orden de resolución (MDX).