IAlternateHierarchyMappings.Add

Syntax

Add(SourceKey: Integer; SourceId: Integer): IAlternateHierarchyMapping;

Parameters

SourceKey. Alternative hierarchy key.

SourceId. Alternative hierarchy index.

Description

The Add method adds a new correspondence to the collection.

Comments

To remove correspondence from the collection, use the IAlternateHierarchyMappings.Remove method.

Example

The method use is given in the example for ICubeMetaUpdateAttributeRemapping.AlternateHierarchyMappings.

See also:

IAlternateHierarchyMappings