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.
VBScript
app_builder = session.IsUserAppBuilder
Perl
$app_builder = $session->IsUserAppBuilder();