The Execute method returns a value or row of values from the lookup based on the lookup keys provided.
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 |
HRESULT Execute(
SAFEARRAY * KeyValues,
VARIANT *pRetVal);