Execute([WriteToMetaData: Boolean = False]): IValidationExceptions;
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.
The Execute method calculates the validation rules and returns the object that contains the series collection that do not correspond to the rule.
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.
The property use is given in the example for IValidation.CalculationType.
See also: