GetObjectDbId
Description
Returns the DBID of the object the permission is associated with. Returns zero ("0") if the object does not exist.
Note: This
method became available in version 7.1.0.
Syntax
VBScript
permission.GetObjectDbId
Perl
$permission->GetObjectDbId();
- Identifier
- Description
- permission
- A Permission object obtained from the current session.
- Return value
- Returns the DBID of the object the permission is associated with. Returns zero ("0") if the object does not exist.