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 执行包任务.

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

接口

  接口 说明
公共接口 ExecutePackageTask 基础结构。Extends the enterprise capabilities of Integration Services by letting packages run other packages as part of a workflow.
公共接口 IDTSExecutePackage100 基础结构。Defines the properties for the execute package task.
公共接口 IDTSParameterAssignment Provides properties for passing parameter to the package task.
公共接口 IDTSParameterAssignments Represents the collection of IDTSParameterAssignment object that provides properties for passing parameter to the package task.
公共接口 ISupportErrorInfo 基础结构。Represents an interface which ensures that error information can be propagated up the call chain correctly.
公共接口 ParameterAssignment Represents a parameter assignment to a package task.
公共接口 ParameterAssignments Represents the collection of ParameterAssignment object.