Skip to content

DimensionAccess

Enumeration defining access levels for OLAP dimensions within cube security. Controls user access to dimensional metadata, hierarchies, levels, and member data that form the analytical context for multidimensional queries.

Enumeration Literals

NONE - (0)

Denies access to the dimension. Users cannot view dimension metadata, hierarchies, or access any members within this dimension.

ALL - (1)

Grants full access to all hierarchies, levels, and members within the dimension.

CUSTOM - (2)

Enables selective access through hierarchy grants and member-level security rules within the dimension.

Released under the Eclipse Public License 2.0