Свойство 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.
См. также