IMatrixDataSourceExecutorSetup.DimensionsIntegrityCheck

Syntax

DimensionsIntegrityCheck: Boolean;

Description

The DimensionsIntegrityCheck property determines whether dictionaries included into selection are checked for their building before calculation.

Comments

If the property is set to True, all dictionaries included into selection are checked for their building before calculation of an output matrix. If an error occurs on building any dictionary, it is forwarded to the platform level.

The property is set to False by default, dictionaries are not checked. If errors occur, dictionaries will not be built. A selection by these dictionaries will be unavailable.

Example

The property use is given in description of IMatrixDataSourceExecutor.Execute.

See also:

IMatrixDataSourceExecutorSetup