Bagikan melalui


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

'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

Property Value

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

See Also

Reference

AdomdConnection Class

Microsoft.AnalysisServices.AdomdClient Namespace