Server.Name 属性

Gets the name of the server that has the running instance of Analysis Services.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property Name As String 
    Get
用法
Dim instance As Server 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

属性值

类型:System.String
A string value with the name of the server.

请参阅

参考

Server 类

Microsoft.AnalysisServices.AdomdServer 命名空间