Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace
The Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask namespace contains the interfaces and classes used for the Execute DTS 2000 Package Task, which extends the enterprise capabilities of Integration Services by letting an SSIS package run packages created in Microsoft SQL Server 2000 Data Transformation Services (DTS) as part of a workflow. For more information about the Execute DTS 2000 Package Task, see Execute DTS 2000 Package Task.
Classes
Class | Description |
---|---|
Exec80PackageTask | Contains the members used to configure and run an Execute DTS 2000 Package task, which runs other Microsoft SQL Server 2000 Data Transformation Services (DTS) packages. |
PackageUtils | |
PkgVariable | Describes an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask. |
PkgVariableEnumerator | Supports a simple iteration over the VariablesCollection class. |
SQLServerHelper | |
VariablesCollection | Contains a collection of PkgVariable objects, representing the inner or outer variables of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask. |
VariablesHelper |
Interfaces
Interface | Description |
---|---|
IDTSExec80PackageTask |
Enumerations
Enumeration | Description |
---|---|
Exec80PackageTask.Locations | Indicates the type of storage in which the Microsoft SQL Server 2000 Data Transformation Services package to be executed by a Exec80PackageTask is located. |