DTS Programming
Steps Collection
The Steps collection is a group of Step2 objects that contain information about the flow and execution of tasks within a DTS package.

Applies To
Package Object | Package2 Object |
Properties
Count Property | Parent Property |
Methods
Add Method | New Method |
Insert Method | Remove Method |
Item Method |
Remarks
The Step objects control the flow and execution of tasks within the package. Step execution sequence is determined by their precedence constraints.
Prototype (C/C++)
HRESULT GetSteps(IDTSSteps **pRetVal);