The RemoveFromCache method removes a key and value mapping to the lookup object cache.
DTSDataPumpLookup.RemoveFromCache(
ParamArray KeyValues())
| Part | Description |
|---|---|
| object | Expression that evaluates to a DTSDataPumpLookup object |
| KeyValues | Key to value mapping to remove from the cache |
HRESULT RemoveFromCache(SAFEARRAY * KeyValues);
The KeyValues array should have the same number of elements as are used for Execute.