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.

Syntax

VBScript


group.SetSubscribedToAllDatabases(SubDbs) 

Perl


$group->SetSubscribedToAllDatabases(SubDbs); 
Identifier
Description
group
A Group object, 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.
Return value
None.