Compartilhar via


Propriedade do RDL AdomdConnection.ClientVersion

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

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

Sintaxe

'Declaração
Public ReadOnly Property ClientVersion As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

AdomdConnection Classe

Namespace Microsoft.AnalysisServices.AdomdClient