Skip to content

TableAccess

Enumeration defining access levels for individual database tables in OLAP security. Controls user access to specific fact tables, dimension tables, and other database tables used in OLAP operations.

Enumeration Literals

NONE - (0)

Denies access to the table. Users cannot query or access data from this table.

ALL - (1)

Grants full access to all data within the table.

CUSTOM - (2)

Enables row-level or column-level access control within the table through specific data filtering rules.

Released under the Eclipse Public License 2.0