IEtlPlainDataCopy.SaveInvalidRecs

Fore syntax

SaveInvalidRecs: Boolean;

Fore.NET syntax

SaveInvalidRecs: boolean;

Description

The SaveInvalidRecs property determines whether it is necessary to save error (skipped) records in a separate file.

Comments

Available values:

To determine name of the file for error (skipped) errors, use the IEtlPlainDataCopy.InvalidRecsFileName property.

Fore and Fore.NET examples

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

See also:

IEtlPlainDataCopy