다음을 통해 공유


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.