ServerVersion property

Gets a string that contains the version of the instance of SQL Anywhere to which the client is connected.

Syntax
Visual Basic

Public Overrides Readonly Property ServerVersion As String
C#

public override string  ServerVersion  { get;}
Property value

The version of the instance of SQL Anywhere.

Remarks

The version is ##.##.####, where the first two digits are the major version, the next two digits are the minor version, and the last four digits are the release version. The appended string is of the form major.minor.build, where major and minor are two digits, and build is four digits.

See also