The Steps collection is a group of Step objects that contain information about the flow and execution of tasks within a DTS package.
Add Method | New Method |
Insert Method | Remove Method |
Item Method |
Count Property | Parent Property |
object.Steps
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Steps specifies the Steps collection.
Steps
Read-only
HRESULT GetSteps(IDTSSteps **pRetVal);
Step Object |