Context.CurrentServerID 속성
Gets the server identifier (server\instance) for the current session.
네임스페이스: 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
속성 값
유형: System.String
A string that contains the server identifier.