UsersList

The UsersList property of the Role interface contains a semicolon-delimited list of users.

Applies To
clsCubeRole clsDatabaseRole

Data Type

String

Access

The access type depends on the class type of the role object.

Role object class type Access
clsDatabaseRole R/W
clsCubeRole R

Remarks

The name for a user list must be qualified with the appropriate domain name. The general format is “<domain>\<user>“.

Example

Use the following code to set the list of users of a role object:

RoleObject.UsersList = "Domain1\Ejones;Domain1\Bsmith;Domain2\RGreen"

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.