DTSPackageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the tool that created the package.
public enum class DTSPackageType
public enum DTSPackageType
type DTSPackageType =
Public Enum DTSPackageType
- Inheritance
-
DTSPackageType
Fields
Name | Value | Description |
---|---|---|
DTSPKT_DEFAULT | 0 | Undefined. |
DTSPKT_DTSWIZARD | 1 | Specifies that the package was created by the SQL Server Import and Export Wizard. |
DTSPKT_DTSDESIGNER | 2 | Specifies that the package was created in the designer in SQL Server 2000. |
DTSPKT_SQLREPL | 3 | Specifies that the package was generated to support transformable subscriptions. |
DTSPKT_DTSDESIGNER100 | 5 | Specifies that the package was created in SSIS Designer in SQL Server 2008 Integration Services (SSIS). |
DTSPKT_SQLDBMAINT | 6 | Specifies that the DBMaint client created the package. |
Remarks
For more information, see DTSPackageType.