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