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