OnAskReflectRights(Var Cancel: Boolean);
Cancel. Indicates whether a query to update access permissions for the objects on the DBMS level is displayed.
The OnAskReflectRights method implements an event that occurs before updating permissions for objects.
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.
The property use is given in the example for IMetabaseUpdateUserEvents.OnAskConstraintsHandling.
See also: