OnAskReflectRights(Var Cancel: Boolean);
Cancel. Parameter that determines whether access permissions will be updated on the DBMS level.
The False value is sent 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.
The OnAskReflectRights method implements an event that occurs before updating permissions to objects.
This event is generated when the update is applied.
The property use is given in the example for IMetabaseUpdateProgress.OnProgress.
See also: