Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IUserTablePermission interface : IUserTablePermission properties
 

IUserTablePermission properties

Inherits properties from IDataAdminElement and defines the properties listed in the following table.
Table 120. Multi-tenant Maintenance IUserTablePermission interface properties
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.