Gets and sets the number of records to buffer when the connection to the database is down. | |
Syntax: | long = object.StoreForwardRecordsCount object.StoreForwardRecordsCount = long |
Description: | CimTable.StoreForwardRecordsCount specifies
the number of data records to retain if the connection to the
database has been disconnected. After the connection is
restablished, these data records are the forwarded to the database
to be logged in the correct sequence and at the correct time that
they were collected. Examples myTable.StoreForwardRecordsCount = 1000 |