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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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. |