UpgradeMasterUserInfo

Description

Upgrade this database's user information. Cette méthode copie les modifications du référentiel de schémas vers la base de données utilisateur.

You should call this function to upgrade the appropriate databases after making changes to the users and groups of the schema repository.

This method is used to update a user database's "copy" of user-related information from the schema repository. Attempts to call this method using a schema repository (master database) results in an error stating that the user information cannot be loaded into the database MASTR because that is the schema repository, not a user database.

Syntaxe

VBScript

database.UpgradeMasterUserInfo 

Perl

$database->UpgradeMasterUserInfo(); 
Identificateur
Description
base_de_données
Objet base de données.
Return value
Aucune.

Commentaires