Tasks Collection (DTS)

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

Methods
Add Method New Method
Insert Method Remove Method
Item Method  

Properties
Count Property Parent Property

Syntax

object.Tasks

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

Tasks specifies a Tasks collection.

Data Type

Tasks

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetTasks(IDTSTasks **pRetVal);

See Also
Task Object  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.