Item Method

DTS Programming

DTS Programming

Item Method

The Item method retrieves an object from a scripting collection.

Applies To
DTSDataPumpColumns Collection DTSDataPumpLookups Collection
Syntax

object.Item(Index)

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

Prototype (C/C++)

HRESULT Item(
    VARIANT Index,
    interface **pRetVal);

interface is IDTSDataPumpColumn or IDTSDataPumpLookup.

Remarks

Index is the object name or ordinal.

See Also

Count Property

DTSDataPumpColumn2 Object

DTSDataPumpLookup Object