The MetabaseRefreshOptions enumeration determines parameters of repository update.
It is used by the following method:
| Value | Brief description |
| 0 | Objects. Update repository objects. |
| 1 | ClearSecurity. Update security policy. |
| 2 | NoObjects. Do not update repository objects. |
| 4 | NoRefreshEvent. Do not update control elements, locked to objects list. |
| 8 | AppendOnly. Do not update objects that are on remote computer. |
| 16 | NoDependents. Do not update elements dependent from changes of objects. |
| 32 | FindParent. Value is not used, reserved for the future. |
| 64 | Reconnect. Reconnect with repository DB server. The IsDisconnected property is used to check connection state with server. |
The repository refresh in the Reconnect mode is not supported, if code on Fore/Fore.NET is executed using the ForeExec operation with configured connection pooling (the Pool group of settings) for BI server.
See also: