DTSPackageType Enumeration
Identifies the tool that created the package.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Member name | Description | |
|---|---|---|
| Default | Undefined. | |
| DTSDesigner | Specifies that the package was created in the designer in SQL Server 2000. | |
| DTSDesigner100 | Specifies that the package was created in SSIS Designer in SQL Server 2008 Integration Services (SSIS). | |
| DTSWizard | Specifies that the package was created by the SQL Server Import and Export Wizard. | |
| SQLDBMaint | Specifies that the DBMaint client created the package. | |
| SQLReplication | Specifies that the package was generated to support transformable subscriptions. |
Show: