Compartir a través de


Context.CurrentConnection Propiedad

Gets the current connection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property CurrentConnection As AdomdConnection 
    Get
'Uso
Dim value As AdomdConnection 

value = Context.CurrentConnection
public static AdomdConnection CurrentConnection { get; }
public:
static property AdomdConnection^ CurrentConnection {
    AdomdConnection^ get ();
}
static member CurrentConnection : AdomdConnection
static function get CurrentConnection () : AdomdConnection

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer.AdomdConnection
The current connection.

Vea también

Referencia

Context Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer