Enum SsisPackageType
C#
public enum SsisPackageType
Fields
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. |
Unknown | Unknown. |