Condividi tramite


Proprietà CurrentConnection

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property CurrentConnection As AdomdConnection
    Get
'Utilizzo
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