DatabaseSchemaAccess
Enumeration defining access levels for database schemas in OLAP security contexts. Controls whether users can access tables and data within specific database schemas that underlie OLAP cubes and dimensions.
Enumeration Literals
NONE - (0)
Denies access to the database schema. Users cannot access any tables or data within this schema.
ALL - (1)
Grants full access to all tables and data within the database schema.
CUSTOM - (2)
Enables selective table-level access control within the schema through specific table grants.