AdomdConnection.ClientVersion プロパティ

AdomdConnection を実装する ADOMD.NET クライアントのバージョンを取得します。

名前空間:  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
クライアントのバージョンを表す string です。

関連項目

参照

AdomdConnection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間