The Role object in Decision Support Objects (DSO) provides access to role-based security for databases, cubes, and data mining models. The DSO Database, Cube, and MiningModel objects all support the Roles collection, making security functions available for each DSO object.
All three types of roles are supported with DSO objects. Each role object detailed in the following table uses the Role interface, with the ClassType property set to the appropriate value for the role type as shown.
Role type | Role object | Role class type |
---|---|---|
Database role | DbGroup | clsDatabaseRole |
Cube role | CubeGroup | clsCubeRole |
Mining model role | MiningModelGroup | clsMiningModelRole |
The Role object is used to:
Cube (Decision Support Objects)
Data Mining Model (Decision Support Objects)
Database (Decision Support Objects)