The Steps collection is a group of Step2 objects that contain information about the flow and execution of tasks within a DTS package.
The Step objects control the flow and execution of tasks within the package. Step execution sequence is determined by their precedence constraints.
HRESULT GetSteps(IDTSSteps **pRetVal);