MetabaseObjectUpdateConstraint

Description

The MetabaseObjectUpdateConstraint enumeration determines a way of objects update.

It is used by the following properties and methods:

Comments

Inherit. Update way for all update is determined by the IMetabaseUpdate.Constraint property.

MetabaseObjectUpdateConstraint and MetabaseObjectUpdateBoundType are necessary to use instead MetabaseObjectUpdateType.

Available Values

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:

Metabase Assembly Enumerations