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 命名空间