Tasks Collection

DTS Programming

DTS Programming

Tasks Collection

The Tasks collection is a group of Task objects that contain information about units of work to be performed as part of the transformation process. The Tasks collection contains all of the defined tasks in a DTS package.

Applies To
Package Object Package2 Object
Properties
Count Property Parent Property

Methods
Add Method New (ID) Method
Insert Method Remove Method
Item Method  

Remarks

Tasks specifies a Tasks collection.

Prototype (C/C++)

HRESULT GetTasks(IDTSTasks **pRetVal);

See Also

Creating DTS Package Workflow and Tasks

Task Object