SetSubscribedToAllDatabases

Description

Subscribes the user to all user databases in the schema repository (master database).

Sets an explicit flag that specifies whether the user is subscribed to all databases or not. If not set to True and there are no explicit subscriptions, then the user is not subscribed to any databases.

Syntaxe

VBScript

user.SetSubscribedToAllDatabases(SubDbs) 

Perl

$user->SetSubscribedToAllDatabases(SubDbs); 
Identificateur
Description
user
Objet User.
SubDbs
Specify Boolean True to subscribe the user to all databases in the schema.
Return value
Aucune.

Commentaires