AdomdConnection.ServerVersion プロパティ

AdomdConnection によって使用されるサーバーのバージョンを取得します。

名前空間:  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
サーバーのバージョンを表す文字列です。

関連項目

参照

AdomdConnection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間