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.
| Add Method | New Method |
| Insert Method | Remove Method |
| Item Method |
| Count Property | Parent Property |
object.Tasks
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Tasks specifies a Tasks collection.
Tasks
Read-only
HRESULT GetTasks(IDTSTasks **pRetVal);
| Task Object |