Skip to content

MemberAccess

Enumeration defining access levels for individual dimensional members within OLAP security. Provides the most granular level of access control by specifying which specific members users can access within hierarchies.

Enumeration Literals

NONE - (0)

Denies access to specific members. Users cannot view these members or any of their descendants in the hierarchy.

ALL - (1)

Grants access to all members in the hierarchy including descendants and related members.

CUSTOM - (2)

Enables fine-grained member-level access control with specific grants and filtering rules for individual members and member sets.

Released under the Eclipse Public License 2.0