IEtlPlainDataCopy.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 the task must be stopped on exceeding the maximum number of error records, use the IEtlPlainDataCopy.UseStopLimit property.

Example

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

See also:

IEtlPlainDataCopy