Compartir a través de


Espacio de nombres 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 Tarea Ejecutar paquete.

Clases

  Clase Descripción
Clase pública ExecutePackageTaskClass Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.
Clase pública ParameterAssignmentClass Provides properties for passing parameter to the package task.
Clase pública ParameterAssignmentsClass Represents the collection of ParameterAssignmentClass object.

Interfaces

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