다음을 통해 공유


CurrentServerID 속성

Gets the server identifier (server\instance) for the current session.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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

속성 값

형식: System. . :: . .String
A string that contains the server identifier.