共用方式為


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 命名空間