IAlternateHierarchyMappings.Add

Fore Syntax

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

Fore.NET Syntax

Add(SourceKey: uinteger; SourceId: uinteger): Prognoz.Platform.Interop.Cubes.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.

Fore and Fore.NET Examples

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

See also:

IAlternateHierarchyMappings