SqlServerVersion 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.
Specific SQL Server releases.
public enum SqlServerVersion
type SqlServerVersion =
Public Enum SqlServerVersion
- Inheritance
-
SqlServerVersion
Fields
Name | Value | Description |
---|---|---|
Sql90 | 1 | on-premises, version 9.0 |
Sql100 | 2 | on-premises, version 10.0 |
SqlAzure | 4 | Azure |
Sql110 | 8 | on-premises, version 11.0 |
Sql120 | 16 | on-premises, version 12.0 |
Sql130 | 64 | on-premises, version 13.0 |
Sql140 | 128 | on-premises, version 14.0 |
Sql150 | 256 | on-premises, version 15.0 |
SqlDw | 512 | For Sql Data Warehouse, version SqlDw |
Sql160 | 1024 | on-premises, version 16.0 |
SqlServerless | 2048 | For Sql Serverless data pools |
SqlDwUnified | 4096 | For Synapse Data Warehouse in Microsoft Fabric |