The UsersList property of the Role interface contains a semicolon-delimited list of users.
clsCubeRole | clsDatabaseRole |
String
The access type depends on the class type of the role object.
Role object class type | Access |
---|---|
clsDatabaseRole | R/W |
clsCubeRole | R |
The name for a user list must be qualified with the appropriate domain name. The general format is “<domain>\<user>“.
Use the following code to set the list of users of a role object:
RoleObject.UsersList = "Domain1\Ejones;Domain1\Bsmith;Domain2\RGreen"
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |