Description
Remove a named McDBRightsOwner from this McDBGroup
-
Return Type
-
None
-
Syntax
-
object.RemoveMember RemoveMe
The RemoveMember Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBGroup. | | RemoveMe | Required. A String value. The string name of an McDBUser or McDBGroup instance to remove from this McDBGroup.
| Remarks
McDBGroup.RemoveMember()
This method accepts the name of an McDBRightsOwner object, allowing removal of either an McDBUser or an McDBGroup this way. For this method to succeed, the McDBDatabase.LoggedUser must have McDBRightsOwner.IsAdministrator rights.
Exceptions
|