SetSubscribedToAllDatabases

Description

Subscribes the group to all user databases in the schema repository (master database).

Sets an explicit flag that specifies whether the group is subscribed to all databases or not. If not set to True and there are no explicit subscriptions, then the group is not subscribed to any databases.

Syntaxe

VBScript

group.SetSubscribedToAllDatabases(SubDbs) 

Perl

$group->SetSubscribedToAllDatabases(SubDbs); 
Identificateur
Description
group
Objet Group//**, representing one set of users associated with the current schema repository.
SubDbs
Specify Boolean True to subscribe the group to all databases in the schema.
Valeur renvoyée
Aucune.

Feedback