Edition 枚举

The Edition enumeration is a list of constant values that specify the various different types of devices that are supported by SQL Server.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Enumeration Edition
用法
Dim instance As Edition
public enum Edition
public enum class Edition
type Edition
public enum Edition

成员

成员名称 说明
Unknown Specifies that the edition is unknown.
PersonalOrDesktopEngine Specifies if the edition is Personal or Desktop Engine.
Standard Specifies if the edition is Standard.
EnterpriseOrDeveloper Specifies if the edition is Enterprise or Developer.
Express Specifies if the edition is Express.