Description
Remove an McDBRightsOwner from this collection.
-
Return Type
-
None
-
Syntax
-
object.Remove Index
The Remove Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBGroups. | | Index | Required. A Variant value. The string [login/group] McDBRightsOwner.Name or long 0-based Index of the member to remove from this collection.
| Remarks
Remove() - Remove Member from collection method
This method is context sensitive. It may NOT be called on the global McDBUsers and McDBGroups properites, McDBDatabase.Users and McDBDatabase.Groups, respectively. To remove (delete) an McDBUser or McDBGroup from an McDBDatabase, use the McDBRightsOwner.Delete() method.
Exceptions
|