Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask

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 Tâche d'exécution de package.

Classes

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

Interfaces

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