CubeValidationAssertionCode

Description

The CubeValidationAssertionCode enumeration contains cube metadata structure violation codes.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. No violations.
1 CalcCubeAltSourceDimsMismatch. Dimensions of the cube and its alternative source mismatch.
2 CalcCubeSourceDimNoPK. No primary key in the free dimension of the source cube.
3 CalcCubeDimNoPK. No primary key in the free dimension of the destination cube.
4 CalcCubeSourceHasFixedDimButCubeNot. The source cube dimension is fixed but it is missing in the destination cube. Add a dimension to the destination cube.

See also:

Cubes Assembly Enumerations