IMetabaseUpdateProgress.OnAskReflectRights

Syntax

OnAskReflectRights(Var Cancel: Boolean);

Parameters

Cancel. Parameter that determines whether access permissions will be updated on the DBMS level.

The False value is passed by default, and it is followed by updating the access permissions to objects on the DBMS level and on the platform level.

If the True value is passed as a parameter value, the permissions will be updated only on the platform level.

Description

The OnAskReflectRights method implements an event that occurs before updating permissions to objects.

Comments

This event is generated when the update is applied.

Example

The property use is given in the example for IMetabaseUpdateProgress.OnProgress.

See also:

IMetabaseUpdateProgress