Поделиться через


Свойство AdomdConnection.ClientVersion

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property ClientVersion As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A string that contains the version of the client.

См. также

Справочник

AdomdConnection Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient