Compartilhar via


Propriedade do RDL Context.CurrentConnection

Obtém a conexão atual.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.AdomdConnection
A conexão atual.

Consulte também

Referência

Context Classe

Namespace Microsoft.AnalysisServices.AdomdServer