IMetabaseUpdateObjectNode.ForceUniqueId

Syntax

ForceUniqueId: Boolean;

Description

The ForceUniqueId property determines whether a new unique object identifier is generated if identifiers of objects match in the update and in the repository.

Comments

The property is set to False by default, and, without regarding the selected update type (by keys, by identifiers), the identifier of the updated object will be set the one, which the object has in the update.

If the property is set to True, after update application a new unique identifier will be generated for the updated object in the repository.

See also:

IMetabaseUpdateObjectNode