MetabaseObjectUpdateBoundType

Description

The MetabaseObjectUpdateBoundType enumeration determines a type of objects update.

It is used by the following properties and methods:

Comments

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.

Available Values

Value Brief description
0 None. Update type is not defined.
1 ByKey. Objects update is by keys.
2 ById. Objects update is by identifiers.
3 Inherit. Object update will be performed as it is specified for all update.

See also:

Metabase Assembly Enumerations