Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Associates a role with a component or component interface.
Syntax
object.AssociateRole(ID)
Parameters
object
Required. An object variable that evaluates to a RoleAssociationUtil object.
ID
Required. A String expression that specifies the role ID of the roles to associate with the object.
Remarks
The changes are applied immediately to the catalog.
For a list of properties supported by Role collections,see the Using MTS Collections topic.
See Also