IMetabaseUpdateContext.KeyMap

Syntax

KeyMap: IMetabaseUpdateKeyMap;

Description

The KeyMap property returns the map of keys used for repeated mapping of update objects.

Comments

The map enables the user to get object keys and identifiers in destination repository that will be used for object update.

Example

The method use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChange.

See also:

IMetabaseUpdateContext