RemoveFromCache Method

DTS Programming

DTS Programming

RemoveFromCache Method

The RemoveFromCache method removes a key and value mapping to the lookup object cache.

Applies To
DTSDataPumpLookup Object
Syntax

DTSDataPumpLookup.RemoveFromCache(
ParamArray KeyValues())

Part Description
object Expression that evaluates to a DTSDataPumpLookup object
KeyValues Key to value mapping to remove from the cache

Prototype (C/C++)

HRESULT RemoveFromCache(SAFEARRAY * KeyValues);

Remarks

The KeyValues array should have the same number of elements as are used for Execute.

See Also

AddToCache Method

Execute Method