RemoveFromCache Method (DTS)

The RemoveFromCache method removes a map from the Lookups collection cache based on KeyValues (which may be a variant array)

Applies To
DTSDataPumpLookup Object  

Syntax

DTSDataPumpLookup.RemoveFromCache(
ParamArray KeyValues())

Part Description
object Expression that evaluates to an object in the Applies To list
Key Values Map to remove from the array

Prototype (C/C++)

HRESULT RemoveFromCache(SAFEARRAY * KeyValues);


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