IMetabaseUpdate.ApplyEx

Syntax

ApplyEx(Progress: IMetabaseUpdateProgress; Context: IMetabaseUpdateContext);

Parameters

Progress. Object implementing events occurring on update.

Context. Advanced settings of the update object.

Description

The ApplyEx method updates repository objects using the advanced settings.

Comments

The ApplyEx method is used to update repository objects considering settings determined by methods of the IMetabaseUpdateContext interface.

If the Context parameter is set to Null, the update will be executed without considering advanced settings.

Example

The example of use is given in description of the IMetabaseUpdateContext.RegisterIdChange method.

See also:

IMetabaseUpdate | IMetabaseUpdate.Apply