Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 817 Bytes

actionenum.md

File metadata and controls

24 lines (23 loc) · 817 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
ActionEnum
ActionEnum
rothja
jroth
01/19/2017
sql
ado
reference
ActionEnum
ActionEnum enumeration [ADOX]
COM

ActionEnum

Specifies the type of action to be performed when SetPermissions is called.

Constant Value Description
adAccessDeny 3 The group or user will be denied the specified permissions.
adAccessGrant 1 The group or user will have at least the requested permissions.
adAccessRevoke 4 Any explicit access rights of the group or user will be revoked.
adAccessSet 2 The group or user will have exactly the requested permissions.