
AddComPlusAppRoleMember – Adding a member to a COM+ application’s role
‘ Add a member to a COM+ application’s role, and return True if the operation ‘ is successfull’ Note: requires a reference to the COM+ Admin Type Library” Example: AddComPlusAppRoleMember(“MyComPlusApp”, “MyTestRole”, “MYPCOwner”,’ “”)Function AddComPlusAppRoleMember(ByVal applicationName As String, _ ByVal roleName As String, ByVal memberName As String, _ ByVal serverName As