Description
Unsubscribes
the group from all databases.
Calling this method disassociates
the group from all user databases in the schema repository (master database).
The group is still active.
Syntax
VBScript
group.UnsubscribeAllDatabases
Perl
$group->UnsubscribeAllDatabases();
- Identifier
- Description
- group
- A Group object, representing one set of users associated with
the current schema repository.
- Return value
- None.