IEtlPlainDataTransformer.ErrorStopLimit

Fore syntax

ErrorStopLimit: Integer;

Fore.NET syntax

ErrorStopLimit: Integer;

Description

The ErrorStopLimit property determines the maximum number of records passed to the error output.

Comments

Default value of this property is -1. In this case all error records are output. If some value is determined in ErrorStopLimit, exceeding of this value causes the action specified in the IEtlPlainDataTransformer.ErrorOverlimitPolicy property.

Example

The example of use is given in description of the IEtlPlainDataTransformer.ErrorOutput property.

See also:

IEtlPlainDataTransformer