AdomdConnection.ClientVersion Property

 

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

public string ClientVersion { get; }
public:
property String^ ClientVersion {
    String^ get();
}
member ClientVersion : string with get
Public ReadOnly Property ClientVersion As String

Property Value

Type: System.String

A string that contains the version of the client.

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top