ICalculatedCubeDimensions.RemoveByKey

Syntax

RemoveByKey(DimensionKey: Integer): Boolean;

Parameters

DimensionKey. Dimension key.

Description

The RemoveByKey method removes the calculated cube dimension, which key is passed as an input parameter.

Comments

The method returns True if a dimension was removed from the collection, and False if it cannot be removed for some reason.

See also:

ICalculatedCubeDimensions