MetabaseObjectAlterType

Description

The MetabaseObjectAlterType enumeration contains options of recreating objects on the DBMS level. It is used by the following property:

Available Values

Value Brief description
0 Default_. By default. Recreate an object only if an object structure has changed. This variant is not relevant for the Procedure class.
1 Recreate. Always recreate an object. First delete then create a new one.
2 Restrict. Never recreate an object.

See also:

Metabase Assembly Enumerations