Compartir a través de


Context.CurrentServerID Propiedad

Obtiene el identificador del servidor (servidor\instancia) para la sesión actual.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: String
Un valor de tipo string que contiene el identificador del servidor.

Vea también

Referencia

Context Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer