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.
VBScript
group.SubscribeDatabase database
Perl
$group->SubscribeDatabase(database);