IMetabaseUpdateLog.HasOnResolve

Syntax

HasOnResolve: Boolean;

Description

The HasOnResolve property returns whether there are events that occur if update has dependency from the object in the source repository, which is absent in the destination repository.

Comments

The property returns True if the list of records contains the events that occur if there are dependencies of source repository object that is absent in destination repository.

Example

The property use is given in the example for IMetabaseUpdateLog.IsFinished.

See also:

IMetabaseUpdateLog