AdomdConnection.ClientVersion 属性

Gets the version of the ADOMD.NET client that implements the AdomdConnection.

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

语法

声明
Public ReadOnly Property ClientVersion As String 
    Get
用法
Dim instance As AdomdConnection 
Dim value As String 

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

属性值

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

请参阅

参考

AdomdConnection 类

Microsoft.AnalysisServices.AdomdClient 命名空间