Enum SqlDatabaseCompatibilityLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the compatibility level of a database.
public enum SqlDatabaseCompatibilityLevel
Fields
Unknown = 0
The compatibility level is unknown.
Version100 = 100
The compatibility level is SQL 2008 (100).
Version110 = 110
The compatibility level is SQL 2012 (110).
Version120 = 120
The compatibility level is SQL 2014 (120).
Version130 = 130
The compatibility level is SQL 2016 (130).
Version140 = 140
The compatibility level is SQL 2017 (140).
Version150 = 150
The compatibility level is SQL 2019 (150).
Version160 = 160
The compatibility level is SQL 2022 (160).
Version170 = 170
The compatibility level is UNKNOWN (170).
NOTE: To be updated on next SQL Server release.
Version60 = 60
The compatibility level is SQL 6 (60).
Version65 = 65
The compatibility level is SQL 6.5 (65).
Version70 = 70
The compatibility level is SQL 7 (70).
Version80 = 80
The compatibility level is SQL 2000 (80).
Version90 = 90
The compatibility level is SQL 2005 (90).