Context.CurrentServerID 屬性
取得目前工作階段的伺服器識別碼 (伺服器\執行個體)。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Shared ReadOnly Property CurrentServerID As String
Get
'用途
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
屬性值
型別:String
string ,包含伺服器識別碼。