IMetabaseUpdate.Constraint

Syntax

Constraint: MetabaseObjectUpdateConstraint;

Description

The Constraint property determines a method of the repository objects update.

Comments

The assigned value is used for all the objects, which update method is not placed explicitly, that is, IMetabaseUpdateObjectNode.Constraint = MetabaseObjectUpdateConstraint.Inherit.

Constraint and IMetabaseUpdate.BoundType should be used instead of the IMetabaseUpdate.UpdateType property.

Example

The property use is given in the example for IMetabaseUpdate.BoundType.

See also:

IMetabaseUpdate