UnsubscribeDatabase
Description
Unsubscribes the group from the specified database.
Use this method to unsubscribe the group from a specific database. The group must be subscribed to the specified database before calling this method. To get a list of the databases to which the group belongs, get the collection of Database objects in the Databases property.
Syntax
VBScript
group.UnsubscribeDatabase
database
Perl
$group->UnsubscribeDatabase
(database);
- Identifier
- Description
- group
- A Group object, representing one set of users associated with the current schema repository.
- database
- The Database object from which the group will be unsubscribed.
- Return value
- None.