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.

Syntax

VBScript


user.SuperUser 
user.SuperUser boolean_value 

Perl


$user->GetSuperUser();
$user->SetSuperUser(boolean_value); 
Identifier
Description
user
A User object.
boolean_value
Set to True if authorizing SuperUser privileges to the user's account; False if not allowing SuperUser privileges.
Return value
A Bool indicating whether or not the user's account has SuperUser privileges.