Context.CurrentConnection プロパティ

現在の接続を取得します。

名前空間:  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
現在の接続です。

関連項目

参照

Context クラス

Microsoft.AnalysisServices.AdomdServer 名前空間