The BatchSize property specifies the number of rows to load in a batch.
| BulkInsertTask Object | 
object.BatchSize [= value]
| Part | Description | 
|---|---|
| object | Expression that evaluates to an object in the Applies To list | 
| value | Number of rows to load | 
The default is 0, which specifies that all rows are to be loaded as a single transaction.
Long
Read/write
HRESULT GetBatchSize(LONG *pRetVal);
HRESULT SetBatchSize(LONG NewValue);