ICubeSegmentDimensions.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key. Key of the dictionary, based on which a cube segment dimension is built.

Description

The RemoveByKey method removes the dimension based on a dictionary with the specified key from the collection.

Comments

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

See also:

ICubeSegmentDimensions