Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Change the grantee of the ObjectPermission given the new GranteeType (0 = DBUSer or 1 = DBRole) and GranteeID. PARAMETERS: GranteeType as (Integer), GranteeId as (Integer).

Syntax

...

Code Block
languagevb
Public Sub ChangeGrantee(

...

 _
   ByVal GranteeType As Variant, _
   ByVal GranteeID As Variant _
)

Parameters

  • GranteeType
  • GranteeID


Info
titleSee Also