DatabaseCompatibilityLevel 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.
Enumerates the versions of Microsoft SQL Server that are supported for database compatibility with Microsoft SQL Server 2005.
public enum class DatabaseCompatibilityLevel
public enum DatabaseCompatibilityLevel
type DatabaseCompatibilityLevel =
Public Enum DatabaseCompatibilityLevel
- Inheritance
-
DatabaseCompatibilityLevel
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The compatibility level is unsupported. |
Version60 | 60 | The database is compatible with SQL Server 6.0 behaviors. |
Version65 | 65 | The database is compatible with SQL Server 6.5 behaviors. |
Version70 | 70 | The database is compatible with SQL Server 7.0 behaviors. |
Version80 | 80 | The database is compatible with SQL Server 2000 behaviors. |