DatabaseEngineEdition 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 of server edition - match SERVERPROPERTY('EngineEdition')
[Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResources("Microsoft.SqlServer.Management.Common.StringConnectionInfo")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter))]
public enum DatabaseEngineEdition
[<Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResources("Microsoft.SqlServer.Management.Common.StringConnectionInfo")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter))>]
type DatabaseEngineEdition =
Public Enum DatabaseEngineEdition
- Inheritance
-
DatabaseEngineEdition
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Personal | 1 | |
Standard | 2 | |
Enterprise | 3 | |
Express | 4 | |
SqlDatabase | 5 | |
SqlDataWarehouse | 6 | |
SqlStretchDatabase | 7 | |
SqlManagedInstance | 8 | |
SqlOnDemand | 11 |