COMPONENT_TAB_ROW
This table represents a row from the Color Print Permissions tables. Values are encrypted and cannot be used outside MVE.
|
Field Name |
Data Type |
Description |
|---|---|---|
|
TABLE_ID |
BIGINT |
The foreign key to COMPONENT_TAB_TABLE.TABLE_ID |
|
HOST_NAME |
VARCHAR(255) |
The value of the Host Name setting in the hosts table. |
|
USER_NAME |
VARCHAR(255) |
The value of the User Name setting in the users table. |
|
ALLOWED_TO_PRINT_COLOR |
SMALLINT/ TINYINT* |
The value of the Allow Color Printing setting for both host and user tables. |
|
USER_PERMISSION_OV ERRIDDEN |
SMALLINT/ TINYINT* |
The value of the Overrides User Permission setting in the host table. |
*This data type is required for Microsoft SQL Server.