Used to determine the number of journal pages to be written before initiating a database checkpoint.
property CheckpointLength: Integer default 500;
Use the CheckpointInterval property to determine the number of journal pages to be written before initiating a database checkpoint.
Note: If both CHECKPOINT LENGTH and CHECKPOINT INTERVAL are specified, whichever event occurs first will initiate a database checkpoint.