IEaxDataAreaHierarchies.CreateKey

Fore Syntax

CreateKey(SliceKey: Integer; HKey: Integer): Integer;

Fore.NET Syntax

CreateKey(SliceKey: uinteger; HKey: uinteger): uinteger;

Parameters

SliceKey. Key of analytical data area slice.

HKey. Key of alternative hierarchy.

Description

The CreateKey method generates unique key of analytical data area.

Comments

Use obtained key to call the IEaxDataAreaHierarchies.GetDependants method.

Fore and Fore.NET Examples

The method use is given in the example for IEaxDataAreaHierarchies.GetDependants.

See also:

IEaxDataAreaHierarchies