The InsertCommitSize property specifies the number of successful InsertRows events between commit operations, if supported by the provider (for example, IRowsetFastLoad).
DataPumpTask Object |
object.InsertCommitSize [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Number of successful InsertRows events between commit operations |
The default is 1000.
Long
Read/write
HRESULT GetInsertCommitSize(LONG *pRetVal);
HRESULT SetInsertCommitSize(LONG NewValue);