The AddToCache method adds a key and value mapping to the lookup object cache.
object.AddToCache(
DataValues,
ParamArray KeyValues())
Part | Description |
---|---|
object | Expression that evaluates to a DTSDataPumpLookup object |
DataValues | Data values |
KeyValues | Key values |
HRESULT AddToCache(
VARIANT DataValues,
SAFEARRAY * KeyValues);
Either the key or value parameters may be a variant array.