The MetabaseObjectUpdateConstraint enumeration determines a method of objects update.
It is used by the following properties and methods:
Inherit. A method for updating the entire update is determined by the IMetabaseUpdate.Constraint property.
Use MetabaseObjectUpdateConstraint and MetabaseObjectUpdateBoundType instead of MetabaseObjectUpdateType.
Value | Brief description |
0 | None. Create new objects and update existing ones. |
1 | CreateOnly. Always create new objects. |
2 | UpdateOnly. Only update objects. |
3 | Inherit. Object update will be executed as it is specified for entire update. |
See also: