Context.CurrentServerID 속성
현재 세션에 대한 서버 식별자(서버\인스턴스)를 가져옵니다.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Shared ReadOnly Property CurrentServerID As String
Get
‘사용 방법
Dim value As String
value = Context.CurrentServerID
public static string CurrentServerID { get; }
public:
static property String^ CurrentServerID {
String^ get ();
}
static member CurrentServerID : string
static function get CurrentServerID () : String
속성 값
유형: String
서버 식별자가 포함된 string입니다.