SuperUser

Description

The SuperUser Property can be used to retrieve whether user has SuperUser privileges or to set SuperUser privileges for a specified user.

Users with SuperUser privileges have full access to the schema repository (master database) and can perform user administration tasks or create and modify schemas.

Syntaxe

VBScript

user.SuperUser 
user.SuperUser boolean_value 

Perl

$user->GetSuperUser();
$user->SetSuperUser(boolean_value); 
Identificateur
Description
utilisateur
A User object.
boolean_value
Set to True if authorizing SuperUser privileges to the user's account; False if not allowing SuperUser privileges.
Valeur renvoyée
A Bool indicating whether or not the user's account has SuperUser privileges.

Commentaires en retour