IMetabaseUpdateUserEvents.OnAskReflectRights

Syntax

OnAskReflectRights(Var Cancel: Boolean);

Parameters

Cancel. Indicates whether a query to update access permissions for the objects on the DBMS level is displayed.

Description

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

Comments

The Cancel parameter is set to False by default, and the query to update access permissions for the objects on the DBMS level is displayed. If the True value is passed as a parameter value, the dialog box does not open, the permissions will be updated only on the platform level.

Example

The property use is given in the example for IMetabaseUpdateUserEvents.OnAskConstraintsHandling.

See also:

IMetabaseUpdateUserEvents