AddToCache Method (DTS)

The AddToCache method adds a key or value map to the Lookup object cache.

Applies To
DTSDataPumpLookup Object  

Syntax

object.AddToCache(
DataValues,
ParamArray KeyValues())

Part Description
object Expression that evaluates to an object in the Applies To list
DataValues Data value
KeyValues Key value

Remarks

Either the key or value map may be a variant array.

Prototype (C/C++)

HRESULT AddToCache(DataValues, SAFEARRAY * KeyValues);

  


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