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
현재 연결입니다.