Proprietà AdomdConnection.ClientVersion

Gets the version of the ADOMD.NET client that implements the AdomdConnection.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ClientVersion As String 
    Get
'Utilizzo
Dim instance As AdomdConnection 
Dim value As String 

value = instance.ClientVersion
public string ClientVersion { get; }
public:
property String^ ClientVersion {
    String^ get ();
}
member ClientVersion : string
function get ClientVersion () : String

Valore proprietà

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

Vedere anche

Riferimento

AdomdConnection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient