IDtCalcFieldErrors

Assembly: Ms;

Description

The IDtCalcFieldErrors interface is used to work with collection of errors which occur on calculation of calculated field.

Inheritance Hierarchy

          IDtCalcFieldErrors

          IDtBaseErrors

Comments

To get collection of errors, use the IDtConsumer.CalcFieldsErrors and IDtProvider.CalcFieldsErrors properties.

Properties

  Property name Brief description
The Item property returns specified error from collection

Properties inherited from IDtBaseErrors

  Property name Brief description
The Count property returns the number of errors in the collection.
The MaxErrors property determines the maximum available number of errors on data import.
The MaxItems property determines the maximum available number of stored error records.

See also:

Dt Assembly Interfaces