IEtlPlainDataTransformer.ErrorStopLimit

Syntax

ErrorStopLimit: Integer;

Description

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

Comments

The property is set to -1 by default. 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