Proprietà AdomdConnection.ProviderVersion

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ProviderVersion As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A string that contains the version of the provider.

Vedere anche

Riferimento

AdomdConnection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient