Propriedade CurrentServerID
Gets the server identifier (server\instance) for the current session.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property CurrentServerID As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A string that contains the server identifier.
Consulte também