Item Method (DTS)

The Item method retrieves an object from the DTSDataPumpLookups collection.

Applies To
DTSDataPumpLookups Collection  

Syntax

object.Item(Index)

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

Remarks

Index is name or ordinal.

Prototype (C/C++)

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

  


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