다음을 통해 공유


DTSPackageType 열거형

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Identifies the tool that created the package.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Public Enumeration DTSPackageType
‘사용 방법
Dim instance As DTSPackageType
public enum DTSPackageType
public enum class DTSPackageType
type DTSPackageType
public enum DTSPackageType

멤버

멤버 이름 설명
DTSPKT_DEFAULT Undefined.
DTSPKT_DTSDESIGNER Specifies that the package was created in the designer in SQL Server 2000.
DTSPKT_DTSDESIGNER100 Specifies that the package was created in SSIS Designer in SQL Server 2008 Integration Services(SSIS).
DTSPKT_DTSWIZARD Specifies that the package was created by the SQL Server Import and Export Wizard.
DTSPKT_SQLDBMAINT Specifies that the DBMaint client created the package.
DTSPKT_SQLREPL Specifies that the package was generated to support transformable subscriptions.

주의

For more information, see DTSPackageType.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스