UseStopLimit: Boolean;
UseStopLimit: boolean;
The UseStopLimit property determines whether it is necessary to stop executing the task on exceeding the maximum number of error records.
Available values:
True. Task execution is stopped on exceeding the maximum number of error records.
False. Task execution is not stopped on exceeding the maximum number of error records.
To set the number of error records, use the IEtlPlainDataBulkConsumer.StopLimit property.
The property use is given in example for the IEtlPlainDataBulkConsumer.EventId property.
See also: