RightsEnum
Applies to: Access 2013, Office 2013
Specifies the rights or permissions for a group or user on an object.
Constant |
Value |
Description |
---|---|---|
adRightCreate |
16384 |
The user or group has permission to create new objects of this type. |
adRightDelete |
65536 |
The user or group has permission to delete data from an object. For objects such as Tables, the user has permission to delete data values from records. |
adRightDrop |
256 |
The user or group has permission to remove objects from the catalog. For example, Tables can be deleted by a DROP TABLE SQL command. |
adRightExclusive |
512 |
The user or group has permission to access the object exclusively. |
adRightExecute |
536870912 |
The user or group has permission to execute the object. |
adRightFull |
268435456 |
The user or group has all permissions on the object. |
adRightInsert |
32768 |
The user or group has permission to insert the object. For objects such as Tables, the user has permission to insert data into the table. |
adRightMaximumAllowed |
33554432 (&H2000000) |
The user or group has the maximum number of permissions allowed by the provider. Specific permissions are provider-dependent. |
adRightNone |
0 |
The user or group has no permissions for the object. |
adRightRead |
-2147483648 |
The user or group has permission to read the object. For objects such as Tables, the user has permission to read the data in the table. |
adRightReadDesign |
1024 |
The user or group has permission to read the design for the object. |
adRightReadPermissions |
131072 |
The user or group can view, but not change, the specific permissions for an object in the catalog. |
adRightReference |
8192 |
The user or group has permission to reference the object. |
adRightUpdate |
1073741824 |
The user or group has permission to update the object. For objects such as Tables, the user has permission to update the data in the table. |
adRightWithGrant |
4096 |
The user or group has permission to grant permissions on the object. |
adRightWriteDesign |
2048 |
The user or group has permission to modify the design for the object. |
adRightWriteOwner |
524288 |
The user or group has permission to modify the owner of the object. |
adRightWritePermissions |
262144 |
The user or group can modify the specific permissions for an object in the catalog. |