SubscribedGroups

Description

Returns the groups explicitly subscribed to this database.

Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie. 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.

Feedback