The MetabaseObjectUpdateConstraint enumeration determines a way of objects update.
It is used by the following properties and methods:
Inherit. Update way for all update is determined by the IMetabaseUpdate.Constraint property.
MetabaseObjectUpdateConstraint and MetabaseObjectUpdateBoundType are necessary to use instead MetabaseObjectUpdateType.
| Value | Brief description |
| 0 | None. Create new objects and update existent ones. |
| 1 | CreateOnly. Always create new objects. |
| 2 | UpdateOnly. Only update objects. |
| 3 | Inherit. Object update will be performed as it is specified for all update. |
See also: