DatabaseEdition 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.
The database edition
public enum DatabaseEdition
type DatabaseEdition =
Public Enum DatabaseEdition
- Inheritance
-
DatabaseEdition
Fields
Basic | 4 | A database basic edition |
BusinessCritical | 11 | Business Critical edition for SqlAzure database |
DataWarehouse | 6 | Azure SQL Data Warehouse database edition |
Free | 8 | Free database edition. Reserved for special use cases/scenarios. |
GeneralPurpose | 10 | General Purpose edition for SqlAzure database |
Hyperscale | 12 | Hyperscale edition for SqlAzure database |
None | 0 | No database edition specified |
Premium | 3 | A database premium edition |
PremiumRS | 9 | PremiumRS database edition |
Standard | 5 | A database standard edition |
Stretch | 7 | Azure SQL Stretch database edition |