The TableSpecificRights enumeration contains a list of specific operations available for the following repository objects:nbsp;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. Extract data. |
| 2097152 | InsertRows. Data insert. |
| 4194304 | UpdateRows. Data update. |
| 8388608 | DeleteRows. Data delete. |
| 16777216 | Grant. Give rights on data. |
| 33554432 | Alter. Alter table structure. |
See also: