UnsubscribeDatabase

Description

Unsubscribes the group from the specified database.

Use this method to unsubscribe the group from a specific database. The group must be subscribed to the specified database before calling this method. To get a list of the databases to which the group belongs, get the collection of Database objects in the Databases property.

Syntaxe

VBScript

group.UnsubscribeDatabase database 

Perl

$group->UnsubscribeDatabase(database); 
Identificateur
Description
group
Objet Group//**, representing one set of users associated with the current schema repository.
base_de_données
The Database object from which the group will be unsubscribed.
Valeur renvoyée
Aucune.

Feedback