Description
Reset/revert changes made to an McDBRight representing access rights to Unsecure database objects.
-
Return Type
-
None
-
Syntax
-
object.Reload
The Reload Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBRight. | Remarks
McDBRight objects are transient, and changes are not actually committed until their Owner commits them. Since an McDBRight representing access to Unsecure objects does not have an Owner, this method reverts changes made to an McDBRight of this type by reloading its contents.
Exceptions
Notes
This method is equivalent to reassigning it to its original source, see the example.
|