Get and sets whether the bulk insertion is enabled. | |
Syntax: | Boolean =
object.BulkInsertEnabled object.BulkInsertEnabled = Boolean |
Description: | CimTable.BulkInsertEnabled is a boolean
value specifing whether the bulk insertion on the table
enabled. Examples myTable.BulkInsertEnabled = True |