SqlConnection.ServerVersion Property
Gets a string that contains the version of the instance of SQL Server to which the client is connected.
Namespace: System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The connection is closed. ServerVersion was called while the returned Task was not completed and the connection was not opened after a call to OpenAsync. |
The version is of the form ##.##.####, 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 string is of the form major.minor.build, where major and minor are exactly two digits and build is exactly four digits.
ServerVersion was called while the returned Task was not completed and the connection was not opened after a call to OpenAsync.
The following example creates a SqlConnection and displays the ServerVersion property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.