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.
Syntaxe
VBScript
group.SubscribeDatabase database
Perl
$group->SubscribeDatabase(database);
- Identificateur
- Description
- group
- Objet Group//**, representing one set of users associated
with the current schema repository.
- base_de_données
- The Database object to which the group will be subscribed.
- Return value
- Aucune.