Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the pass number that the user-defined function (UDF) or stored procedure is running under.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Pass As Integer
Get
'Usage
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
Property Value
Type: Int32
An integer that represents the current pass.
Remarks
For more information about pass, see Understanding Pass Order and Solve Order (MDX).