AdomdConnection.ProviderVersion Property

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

[BrowsableAttribute(false)]
public string ProviderVersion { get; }
public:
[BrowsableAttribute(false)]
property String^ ProviderVersion {
    String^ get();
}
[<BrowsableAttribute(false)>]
member ProviderVersion : string with get
<BrowsableAttribute(False)>
Public ReadOnly Property ProviderVersion As String

Property Value

Type: System.String

A string that contains the version of the provider.

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top