CimTable.BulkInsertMaxInserts (property)

Get and sets the bulk insertion cache size.
Syntax: long = object.BulkInsertMaxInserts
object.BulkInsertMaxInserts = long
Description: CimTable.BulkInsertMaxInserts is a long value specifing the number of inserts in the table before a commit is issued.

Examples

myTable.BulkInsertMaxInserts = 2400