MaxCacheRows Property (DTS)

The MaxCacheRows property specifies the maximum number of rows to cache.

Applies To
Lookup Object  

Syntax

object.MaxCacheRows [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Maximum number of rows to cache

Remarks

A value of 0 means no rows are cached. The default is 100.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMaxCacheRows(LONG *pRetVal);

HRESULT SetMaxCacheRows(LONG NewValue);

  


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