SsisPackageType Enumeration
SsisPackageType Enumeration
The SsisPackageType enumeration provides identifiers for the tool that created a package.
Enumeration Values
| Name | Summary |
|---|---|
| Default | Undefined. |
| DTSWizard | Specifies that the package was created by the SQL Server Import and Export Wizard. |
| DTSDesigner | Specifies that the package was created in the designer in SQL Server 2000. |
| SQLReplication | Specifies that the package was generated to support transformable subscriptions. |
| Unknown | Unknown. |
| DTSDesigner100 | Specifies that the package was created in SSIS Designer in SQL Server 2008 Integration Services (SSIS). |
| SQLDBMaint | Specifies that the DBMaint client created the package. |