The MetabaseRefreshOptions enumeration determines repository update options.
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 controls 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 DB server repository. The IsDisconnected property is used to check connection state with server. |
The repository update in the Reconnect mode is not supported if code in the Fore/Fore.NET language is executed using the ForeExec operation with configured connection pool (the Pool group of settings) for BI server.
See also: