Freigeben über


AdomdConnection.ClientVersion-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property ClientVersion As String 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

AdomdConnection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace