MetabaseRefreshOptions

Description

The MetabaseRefreshOptions enumeration determines repository update options.

It is used by the following method:

Comments

The repository update in the Reconnect mode is not supported if code in the Fore language is executed using the ForeExec operation with configured connection pool (the Pool group of settings) for BI server.

Available Values

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 repository database server. To check server connection status, use the IMetabase.IsDisconnected property.
128 EstablishTies. This value cannot be used in the application code.
256 Recursive. Update object recursively with all descendants.

See also:

Metabase Assembly Enumerations