SubscribedGroups

Description

Returns the groups explicitly subscribed to this database.

This is a read-only property; it can be viewed but not set. Each element in the returned collection is a Group object. This property does not return the groups that are implicitly subscribed to all databases.

Syntaxe

VBScript

database.SubscribedGroups 

Perl

$database->GetSubscribedGroups(); 
Identificateur
Description
base_de_données
Objet base de données.
Valeur renvoyée
A Groups collection object containing the groups explicitly subscribed to this database.

Commentaires en retour