ICubeValidationAssertions.Item

Syntax

Item(Index: Integer): ICubeValidationAssertion;

Item[Index: Integer]: Prognoz.Platform.Interop.Cubes.ICubeValidationAssertion;

Parameters

Index. Index of the message about cube metadata violations.

Description

The Item property returns the information message about cube metadata violations.

Fore and Fore.NET Examples

The example of use is given in description of the ICubeModel.Validate method.

See also:

ICubeValidationAssertions