Propriété CurrentServerID
Gets the server identifier (server\instance) for the current session.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property CurrentServerID As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string that contains the server identifier.