共用方式為


AdomdConnection.ProviderVersion 屬性

Gets the version of the XML for Analysis provider that the AdomdConnection uses.

命名空間:  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
A string that contains the version of the provider.

請參閱

參考

AdomdConnection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間