Partager via


Propriété Context.CurrentConnection

Obtient la connexion actuelle.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property CurrentConnection As AdomdConnection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.AdomdConnection
Connexion actuelle.

Voir aussi

Référence

Context Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer