SubscribeDatabase

Description

Subscribes this group to the specified database.

Use this method to subscribe the group to additional databases. To unsubscribe the group, use the UnsubscribeDatabase 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.SubscribeDatabase database 

Perl


$group->SubscribeDatabase(database); 
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
database
The Database object to which the group will be subscribed.
Return value
None.