CompatibilityLevel Enumeration
The CompatibilityLevel enumeration is a list of constant values that specify the behavior that corresponds to a version of SQL Server.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Version100 | MicrosoftSQL Server 2008. | |
| Version110 | MicrosoftSQL Server 2012 | |
| Version120 | The level is Version120. | |
| Version130 | The level is Version130. | |
| Version60 | No longer used. | |
| Version65 | No longer used. | |
| Version70 | No longer used. | |
| Version80 | No longer used. | |
| Version90 | MicrosoftSQL Server 2005. |
The CompatibilityLevel enumeration class is served by the CompatibilityLevel property.
Show: