IUserTablePermission properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IUserTablePermission properties
Inherits properties from IDataAdminElement and
defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
CanCreate
|
LOGICAL
|
Read-only | Returns TRUE if the user specified
by an owning IUserPermission object can create
records in this table. |
CanDelete
|
LOGICAL
|
Read-only | Returns TRUE if the user specified
by an owning IUserPermission object can delete
records in this table. |
CanDump
|
LOGICAL
|
Read-only | Returns TRUE if the user specified
by an owning IUserPermission object can dump records in
this table. |
CanLoad
|
LOGICAL
|
Read-only | Returns TRUE if the user specified
by an owning IUserPermission object can load records in
this table. |
CanRead
|
LOGICAL
|
Read-only | Returns TRUE if the user specified
by an owning IUserPermission object can read records in
this table. |
CanWrite
|
LOGICAL
|
Read-only | Returns TRUE if the user specified
by an owning IUserPermission object can write to records
in this table. |
Frozen
|
LOGICAL
|
Read-only | Returns TRUE if the this table
is frozen in the database. |
Hidden
|
LOGICAL
|
Read-only | Returns TRUE if the this table
is hidden in the database. |
Name
|
CHARACTER
|
Read-only | Returns the name of the table in the database |
UserFieldPermissions
|
IUserFieldPermissionSet
|
Read-only | Returns a collection of IUserFieldPermission objects
that identify the user permissions for all the fields in the table. |