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 = 0The compatibility level is unknown.
Version100 = 100The compatibility level is SQL 2008 (100).
Version110 = 110The compatibility level is SQL 2012 (110).
Version120 = 120The compatibility level is SQL 2014 (120).
Version130 = 130The compatibility level is SQL 2016 (130).
Version140 = 140The compatibility level is SQL 2017 (140).
Version150 = 150The compatibility level is SQL 2019 (150).
Version160 = 160The compatibility level is SQL 2022 (160).
Version170 = 170The compatibility level is UNKNOWN (170).
NOTE: To be updated on next SQL Server release.
Version60 = 60The compatibility level is SQL 6 (60).
Version65 = 65The compatibility level is SQL 6.5 (65).
Version70 = 70The compatibility level is SQL 7 (70).
Version80 = 80The compatibility level is SQL 2000 (80).
Version90 = 90The compatibility level is SQL 2005 (90).