Execute Method

DTS Programming

DTS Programming

Execute Method

The Execute method returns a value or row of values from the lookup based on the lookup keys provided.

Applies To
DTSDataPumpLookup Object
Syntax

DTSDataPumpLookup.Execute(
ParamArray KeyValues())

Part Description
object Expression that evaluates to a DTSDataPumpLookup object
KeyValues An array of key values associated with a lookup operation

Prototype (C/C++)

HRESULT Execute(
    SAFEARRAY * KeyValues,
    VARIANT *pRetVal);

See Also

AddToCache Method

RemoveFromCache Method