IValidation.Execute

Syntax

Execute([WriteToMetaData: Boolean = False]): IValidationExceptions;

Parameters

WriteToMetaData. The parameter determines whether to write results of validation rule calculation to time series metadata. Optional parameter, default value False is do not write.

Description

The Execute method calculates the validation rules and returns the object that contains the series collection that do not correspond to the rule.

Comments

The WriteToMetaData parameter is not taken into account if the validation rule is calculated for the time series database workbook, that is, the value of the IValidation.Laner property is determined.

Example

The property use is given in the example for IValidation.CalculationType.

See also:

IValidation