TSqlPlatforms 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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum TSqlPlatforms
[<System.Flags>]
type TSqlPlatforms =
Public Enum TSqlPlatforms
- Inheritance
-
TSqlPlatforms
- Attributes
Fields
Name | Value | Description |
---|---|---|
Sql90 | 1 | on-premises, version 9.0 |
Sql100 | 2 | on-premises, version 10.0 |
SqlAzure | 4 | Microsoft Azure SQL Database, version 11 |
Sql110 | 8 | on-premises, version 11.0 |
Sql120 | 16 | on-premises, version 12.0 |
SqlAzureV12 | 32 | Microsoft Azure SQL Database, version 12 |
Cloud | 36 | All cloud releases |
Sql130 | 64 | on-premises, version 13.0 |
Sql140 | 128 | on-premises, version 14.0 |
OnPremises | 219 | All on-premises versions |
All | 255 | Combination of all SQL Server categories |
Sql150 | 256 | on-premises, version 15.0 |
AllDw | 512 | All data warehouse releases |
SqlDw | 512 | Microsoft SQL DW |
Sql160 | 1024 | on-premises, version 16.0 |
SqlServerless | 2048 | For Sql Serverless data pools |
SqlDwUnified | 4096 | For Synapse Data Warehouse in Microsoft Fabric |