Unsubscribes the user from all databases.
Calling this method disassociates the user from all user databases in the schema repository (master database). The user's account is still active.
VBScript
user.UnsubscribeAllDatabases
Perl
$user->UnsubscribeAllDatabases();