Item Method (DTS)

The Item method retrieves an object from a collection.

Applies To
Columns Collection PrecedenceConstraints Collection
Connections Collection SavedPackageInfos Collection
GlobalVariables Collection Steps Collection
Lookups Collection Tasks Collection
OLEDBProperties Collection Transformations Collection

Syntax

object.Item(Index)

Part Description
object Expression that evaluates to an object in the Applies To list
Index Object name or ordinal

Remarks

Index is name or ordinal.

Prototype (C/C++)

HRESULT Item(
Index,
object **pRetVal);

  


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