Share via


Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace

The Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask namespace contains the interfaces and classes used for the Execute Package Task, which extends the enterprise capabilities of Integration Services by letting a SSIS package run other SSIS packages as part of a workflow. For more information about the Execute Package Task, see Execute Package Task.

Classes

  Class Description
Public class ExecutePackageTaskClass Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.
Public class ParameterAssignmentClass Provides properties for passing parameter to the package task.
Public class ParameterAssignmentsClass Represents the collection of ParameterAssignmentClass object.

Interfaces

  Interface Description
Public interface ExecutePackageTask Infrastructure. Extends the enterprise capabilities of Integration Services by letting packages run other packages as part of a workflow.
Public interface IDTSExecutePackage100 Infrastructure. Defines the properties for the execute package task.
Public interface IDTSParameterAssignment Provides properties for passing parameter to the package task.
Public interface IDTSParameterAssignments Represents the collection of IDTSParameterAssignment object that provides properties for passing parameter to the package task.
Public interface ISupportErrorInfo Infrastructure. Represents an interface which ensures that error information can be propagated up the call chain correctly.
Public interface ParameterAssignment Represents a parameter assignment to a package task.
Public interface ParameterAssignments Represents the collection of ParameterAssignment object.