IDimHierarchy.SourceAttribute

Syntax

SourceAttribute(OriginalAttribute: IDimAttribute): IDimAttribute;

Parameters

OriginalAttribute - attribute of basic dictionary.

Description

The SourceAttribute property determines correspondence between basic dictionary attribute and alternative dictionary attribute.

Comments

To determine index of alternative dictionary containing keys to compare elements of main and alternative dictionaries, use the IDimHierarchy.SourceIndex property.

Example

The property use is given in the example for IDimHierarchies.Add.

See also:

IDimHierarchy