IEtlPlainDataBulkConsumer.StopLimit

Syntax

StopLimit: Integer;

Description

The StopLimit property determines the maximum number of error records, exceeding which the task execution is stopped.

Comments

To determine whether to stop task execution on exceeding the maximum number of error records, use the IEtlPlainDataBulkConsumer.UseStopLimit property.

Example

The property use is given in the example for the IEtlPlainDataBulkConsumer.EventId property.

See also:

IEtlPlainDataBulkConsumer