Compartilhar via


Propriedade do RDL Context.CurrentServerID

Obtém o identificador do servidor (servidor\instância) da sessão atual.

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: String
Um valor string que contém o identificador do servidor.

Consulte também

Referência

Context Classe

Namespace Microsoft.AnalysisServices.AdomdServer