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
一个字符串,该字符串包含服务器标识符。

请参阅

参考

Context 类

Microsoft.AnalysisServices.AdomdServer 命名空间