DTSProductLevel 열거형
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Specifies the SQL Server product edition.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Enumeration DTSProductLevel
‘사용 방법
Dim instance As DTSProductLevel
public enum DTSProductLevel
public enum class DTSProductLevel
type DTSProductLevel
public enum DTSProductLevel
멤버
멤버 이름 | 설명 | |
---|---|---|
DTSPL_ENTERPRISE | Specifies the Enterprise edition. | |
DTSPL_EXPRESS | Specifies the Express edition. | |
DTSPL_NONE | Specifies no edition in particular. | |
DTSPL_STANDARD | Specifies the Standard edition. | |
DTSPL_WORKGROUP | Specifies the Workgroup edition. |
주의
For more information, see DTSProductLevel.