Steps Collection (DTS)

The Steps collection is a group of Step objects that contain information about the flow and execution of tasks within 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.Steps

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

Remarks

Steps specifies the Steps collection.

Data Type

Steps

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetSteps(IDTSSteps **pRetVal);

See Also
Step Object  

  


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