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
成員
成員名稱 | 說明 | |
---|---|---|
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. |