Replication permissions checking constants are used to determine which permissions are checked at Publisher before Subscriber-side database changes can be uploaded. SQLDMO_CHECKPERMISSIONS_TYPE is a bitmask; therefore multiple options can be specified at the same time.
| Constant | Value | Description |
|---|---|---|
| SQLDMOCheckPermissions_DeleteCheck | 4 | Check permissions at the Publisher before a Subscriber-side DELETE can be uploaded. |
| SQLDMOCheckPermissions_InsertCheck | 1 | Check permissions at the Publisher before a Subscriber-side INSERT can be uploaded. |
| SQLDMOCheckPermissions_NoCheck | 0 | Do not check permissions. |
| SQLDMOCheckPermissions_UpdateCheck | 2 | Check permissions at the Publisher before a Subscriber-side UPDATE can be uploaded. |