IDTSDataPump::SetFetchBufferSize (DTS)

The SetFetchBufferSize method specifies the size of the buffer that the data pump uses to hold rows fetched from the source using the OLE DB IRowset::GetNextRows method.

Syntax

HRESULT SetFetchBufferSize (
ULONG cIn );

Argument Description
cIn [in] Size of the GetNextRows HROW buffer

Remarks

The default buffer size is 1.

  


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