Context.CurrentConnection Property

Gets the current connection.

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

Syntax

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

Property Value

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

See Also

Reference

Context Class

Microsoft.AnalysisServices.AdomdServer Namespace