IEtlExecutionCallback.OnSetResult

Syntax

OnSetResult(nTotalRec: Integer, nErrorRec: Integer);

Parameters

nTotalRec. Number of processed records.

nErrorRec. Number of records skipped due to error.

Description

The OnSetResult method implements the event that is used to set ETL task execution result.

Example

The example of use is given in description of the OnObject method.

See also:

IEtlExecutionCallback