Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAConnection class

InitString property Next Page

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