Context.CurrentServerID 属性

Gets the server identifier (server\instance) for the current session.

命名空间:  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

属性值

类型:System.String
A string that contains the server identifier.

请参阅

参考

Context 类

Microsoft.AnalysisServices.AdomdServer 命名空间