DatabaseEngineEdition Enum

Definition

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

Enterprise 3
Express 4
Personal 1
SqlDatabase 5
SqlDataWarehouse 6
SqlManagedInstance 8
SqlOnDemand 11
SqlStretchDatabase 7
Standard 2
Unknown 0

Applies to