AdomdConnection.ProviderVersion プロパティ
AdomdConnection によって使用される XML for Analysis プロバイダーのバージョンを取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ProviderVersion As String
Get
'使用
Dim instance As AdomdConnection
Dim value As String
value = instance.ProviderVersion
[BrowsableAttribute(false)]
public string ProviderVersion { get; }
[BrowsableAttribute(false)]
public:
property String^ ProviderVersion {
String^ get ();
}
[<BrowsableAttribute(false)>]
member ProviderVersion : string
function get ProviderVersion () : String
プロパティ値
型: System.String
プロバイダーのバージョンを含む string です。