Description

Creates an ObjectPermission. PARAMETERS: GranteeType (0 = DBUser, 1 = DBRole), Grantee (String or integer), ActionType (G = Grant, R = Revoke), PermissionType (String), AttributeId (Integer).

Syntax

Public Function Add( _
   ByVal GranteeType As Variant, _
   ByVal Grantee As Variant, _
   ByVal ActionType As Variant, _
   ByVal PermissionType As Variant, _
   ByVal AttributeID As Variant _
) As ObjectPermission

Parameters

  • GranteeType
  • Grantee
  • ActionType
  • PermissionType
  • AttributeID



  • No labels