IMetabaseObjectParams.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method locks changing of repository object parameters.

Comments

To resume changing of repository object parameters, use IMetabaseObjectParamsUpdate.End.

Example

The method use is given in the example for IMetabaseObjectParamsUpdate.End.

See also:

IMetabaseObjectParams