Gets the version of the database server to which the client is connected.
'Declaration
Public Overrides NotOverridable ReadOnly Property ServerVersion As String
public override string ServerVersion {get;}
public read-only property ServerVersion: String; override;
public override function get ServerVersion : String
public: __property string* get_ServerVersion() override;
Property Value
The version of the connected server. This is on a format suitable for display such as: 11.1.2A
.NET Framework
Version 2.0 or later