Свойство Context.CurrentConnection

Gets the current connection.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property CurrentConnection As AdomdConnection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdServer.AdomdConnection
The current connection.

См. также

Справочник

Context Класс

Пространство имен Microsoft.AnalysisServices.AdomdServer