Search notes:

Microsoft.SqlServer.Dts.Runtime.DTSPackageType (enum)

The Microsoft.SqlServer.Dts.Runtime.DTSPackageType enumeration identifies the tool with which a package was created. It has the following members:
Created by …
Default 0 Undefined.
DTSDesigner 2 SQL Server 2000.
DTSDesigner100 5 SSIS Designer in SQL Server 2008 Integration Services (SSIS).
DTSWizard 1 SQL Server Import and Export Wizard.
SQLDBMaint 6 DBMaint client created the package.
SQLReplication 3 The package was generated to support transformable subscriptions.

See also

The PackageType member of Microsoft.SqlServer.Dts.Runtime.Package.

Index