IsSubscribedToAllDatabases

Description

Checks whether this Group is subscribed to all databases in a schema repository (master database). Returns Boolean True if the Group is subscribed to all databases in the schema repository, False otherwise.

Syntaxe

VBScript

group.IsSubscribedToAllDatabases 

Perl

$group->IsSubscribedToAllDatabases(); 
Identificateur
Description
group
A Group object, representing one set of users associated with the current schema repository.
Return value
Returns Boolean True if the Group is subscribed to all databases in the schema, False otherwise.

Commentaires en retour