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)
'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
Tipo: System.String
A string that contains the version of the client.