SqlVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum lists the versions for Sql.
public enum SqlVersion
type SqlVersion =
Public Enum SqlVersion
- Inheritance
-
SqlVersion
Fields
Name | Value | Description |
---|---|---|
Sql90 | 0 | Sql 9.0 mode, this is the default. |
Sql80 | 1 | Sql 8.0 mode. |
Sql100 | 2 | Sql 10.0 mode. |
Sql110 | 3 | Sql 11.0 mode. |
Sql120 | 4 | Sql 12.0 mode. |
Sql130 | 5 | Sql 13.0 mode. |
Sql140 | 6 | Sql 14.0 mode. |
Sql150 | 7 | Sql 15.0 mode. |
Sql160 | 8 | Sql 16.0 mode. |