AdomdConnection.ServerVersion 属性

Gets the version of the server used that the AdomdConnection uses.

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

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ServerVersion As String 
    Get
用法
Dim instance As AdomdConnection 
Dim value As String 

value = instance.ServerVersion
[BrowsableAttribute(false)]
public string ServerVersion { get; }
[BrowsableAttribute(false)]
public:
property String^ ServerVersion {
    String^ get ();
}
[<BrowsableAttribute(false)>]
member ServerVersion : string
function get ServerVersion () : String

属性值

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

请参阅

参考

AdomdConnection 类

Microsoft.AnalysisServices.AdomdClient 命名空间