The MetabaseObjectUpdateBoundType enumeration determines a type of objects update.
It is used by the following properties and methods:
None. Value is used only for replication object.
Inherit. Update type for all update is determined by the IMetabaseUpdate.BoundType property.
MetabaseObjectUpdateBoundType and MetabaseObjectUpdateConstraint are necessary to use instead MetabaseObjectUpdateType.
Value | Brief description |
0 | None. Update type is not defined. |
1 | ByKey. Objects are updated by keys. |
2 | ById. Objects are updated by identifiers. |
3 | Inherit. Object update will be executed as it is specified for entire update. |
See also: