Get and sets the bulk insertion rate in seconds. | |
Syntax: | long = object.BulkInsertRate object.BulkInsertRate = long |
Description: | CimTable.BulkInsertRate is a long value
specifing the number of seconds after which a commit is issued. Examples The following code sets it to 1 minute. myTable.BulkInsertRate = 60 |