Microsoft Internet Security and Acceleration Server 2004 SDK

MSDENumberOfInsertsPerBatch Property of IFPCLogs[C++]

FPCLogs.MSDENumberOfInsertsPerBatch [Visual Basic]

[C++]

The MSDENumberOfInsertsPerBatch property gets or sets the number of SQL INSERT statements that are buffered before writing the information to a Microsoft Data Engine (MSDE) log.

HRESULT get_MSDENumberOfInsertsPerBatch(
  long* plBufferSize
);

HRESULT put_MSDENumberOfInsertsPerBatch(
  long lBufferSize
);

Parameters

plBufferSize
Pointer to a 32-bit integer that is set on return to the number of SQL INSERT statements that are buffered before writing the information to an MSDE log.
lBufferSize
A 32-bit integer value that specifies the number of SQL INSERT statements that are buffered before writing the information to an MSDE log.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

The default value is 10,000. In common scenarios, there is no need to deviate from the default value.

[Visual Basic]

The MSDENumberOfInsertsPerBatch property gets or sets the number of SQL INSERT statements that are buffered before writing the information to a Microsoft Data Engine (MSDE) log.

Property MSDENumberOfInsertsPerBatch As Long

Property Value

A 32-bit integer that specifies the number of SQL INSERT statements that are buffered before writing the information to an MSDE log.

Remarks

This property is read/write.

The default value is 10,000. In common scenarios, there is no need to deviate from the default value.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCLogs