MetabaseExportObjectsRightsOrder

Description

The MetabaseExportObjectsRightsOrder enumeration contains variants of record order in an output file.

Comments

It is used by the IMetabaseSecurityExporter.ExportObjectsRights property.

Available Values

Value Brief description
0 ByType. Access permissions in a file will be represented by an object type. For example, first permissions for all dictionaries located in repository will be output, then for all tables, and so on.
1 Hierarchical. Access permissions in a file will be represented in accordance with a structure in repository, it means that expanded hierarchy of repository objects will be created where child objects will be sorted by type. For example, first, permissions for a directory located in a root will be output, then permissions for objects located in it but sorted by objects type, and so on.

See also:

Metabase Assembly Enumerations