UnsubscribeDatabase

Description

Unsubscribes the user from the specified database.

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

Syntaxe

VBScript

user.UnsubscribeDatabase database 

Perl

$user->UnsubscribeDatabase(database); 
Identificateur
Description
utilisateur
A User object.
base_de_données
The Database object from which the user will be unsubscribed.
Valeur renvoyée
Aucune.

Commentaires en retour