Inherits methods from IDataAdminCollection and defines the methods listed in the following table.

Table 1. Multi-tenant Maintenance ITablePermissionSet interface methods
Method syntax Description
LOGICAL CanFind ( tblName AS CHARACTER )
Returns TRUE if there is a table permissions object in the set that has its Name property set to tblName.
LOGICAL Contains (
  tblImpl AS ITablePermission )
Returns TRUE if the table permissions object referenced by tblImpl is in the set.
ITablePermission Find ( tblName AS CHARACTER )
Returns the table permissions object from the set that has its Name property set to tblName. Returns the Unknown value (?) if the object is not found.

For more information, see: