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


Свойство AdomdConnection.ServerVersion

Gets the version of the server used that the AdomdConnection uses.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ServerVersion As String 
    Get
'Применение
Dim instance As AdomdConnection 
Dim value As String 

value = instance.ServerVersion
[BrowsableAttribute(false)]
public string ServerVersion { get; }
[BrowsableAttribute(false)]
public:
property String^ ServerVersion {
    String^ get ();
}
[<BrowsableAttribute(false)>]
member ServerVersion : string
function get ServerVersion () : String

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

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

См. также

Справочник

AdomdConnection Класс

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