Edition 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 possible values returned by SERVERPROPERTY['EngineEdition']
public enum Edition
type Edition =
Public Enum Edition
- Inheritance
-
Edition
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
PersonalOrDesktopEngine | 1 | |
Standard | 2 | |
EnterpriseOrDeveloper | 3 | |
Express | 4 | |
SqlDatabase | 5 | |
SqlDataWarehouse | 6 | |
SqlStretchDatabase | 7 | |
SqlManagedInstance | 8 | |
SqlOnDemand | 11 |