Skip to content

HierarchyAccess

Enumeration defining access levels for OLAP hierarchies within dimension security. Controls user access to hierarchical structures, levels, and member navigation paths that organize dimensional data.

Enumeration Literals

NONE - (0)

Denies access to the hierarchy. Users cannot view hierarchy structure, levels, or access any members within this hierarchy.

ALL - (1)

Grants full access to all levels and members within the hierarchy.

CUSTOM - (2)

Enables member-level security and selective access to specific portions of the hierarchy through member grants and filtering rules.

Released under the Eclipse Public License 2.0