共用方式為


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.