IsUserAppBuilder

Description

Tests whether the current user has Schema Designer privileges to create hooks and applications that run against all databases associated with the session database. Returns Boolean True if the user has application privileges and otherwise returns False.

Syntax

VBScript


app_builder = session.IsUserAppBuilder 

Perl


$app_builder = $session->IsUserAppBuilder(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
A Boolean, True or False.