Condividi tramite


Proprietà Context.CurrentServerID

Ottiene l'identificatore del server (server/istanza) per la sessione corrente.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property CurrentServerID As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: String
Oggetto string contenente l'identificatore del server.

Vedere anche

Riferimento

Context Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer