The TableSpecificRights enumeration contains a list of specific operations available for the following repository objects: Table, View, Log, External Table.
A list of basic and additional operations is available in the MetabaseObjectPredefinedRights enumeration.
It is used by the following properties and methods:
| Value | Brief description |
| 1048576 | SelectRows. Get data. |
| 2097152 | InsertRows. Insert data. |
| 4194304 | UpdateRows. Update data. |
| 8388608 | DeleteRows. Delete data. |
| 16777216 | Grant. Grant rights on data. |
| 33554432 | Alter. Change table structure. |
See also: