Edition Enumeration
The Edition enumeration is a list of constant values that specify the various different types of devices that are supported by SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
Public Enumeration Edition
public enum Edition
public enum class Edition
public enum Edition
public enum Edition
Members
Member name | Description |
---|---|
EnterpriseOrDeveloper | Specifies if the edition is Enterprise or Developer. |
Express | Specifies if the edition is Express. |
PersonalOrDesktopEngine | Specifies if the edition is Personal or Desktop Engine. |
Standard | Specifies if the edition is Standard. |
Unknown | Specifies that the edition is unknown. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.