IMetabaseUpdateObjectRemapping.Map

Syntax

Map(Type: MetabaseUpdateRemappingType): IMetabaseUpdateRemappings;

Parameters

Type. Repeated mapping type.

Description

The Map property returns the collection of repeated mappings of the specified type

Comments

If repeated mappings of the specified type are missing, the IMetabaseUpdateRemappings.Count property will have zero value.

Example

The property use is given in the example for IMetabaseUpdateContext.RegisterKeyChangeO.

See also:

IMetabaseUpdateObjectRemapping