The MetabaseObjectUpdatePart enumeration determines a way of data update of repository objects.
It is used by the following property:
Value | Brief description |
0 | None. The value is not initialized. |
1 | Metadata. Metadata. |
2 | SecurityDescriptor. Access permissions. |
3 | MetadataSD. Metadata + Access permissions. |
4 | Data. Data (for MDM dictionaries, relational tables). |
5 | DataMetadata. Data (for MDM dictionaries, relational tables) + Metadata. |
6 | DataSD. Data (for MDM dictionaries, relational tables) + Access permissions. |
7 | DataMetadataSD. Data (for MDM dictionaries, relational tables) + Metadata + Access permissions. |
16 | CreateDescriptor. Create object description. |
32 | ReplaceSecurityDescriptor. Additional parameters of object security + settings of the mandatory access. If the AllowReplaceSD has the False value, then the value is ignored. |
See also: