Constraint: MetabaseObjectUpdateConstraint;
The Constraint property determines a method of the repository objects update.
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.
The property use is given in the example for IMetabaseUpdate.BoundType.
See also: