Description

Creates a DBRole with the given data. PARAMETERS: Name (String), IdentificationType (Integer), Password (String), Description (String).

Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal IdentificationType As Variant, _
   ByVal Password As Variant, _
   ByVal Description As Variant _
) As DBRole

Parameters

  • Name
  • IdentificationType
  • Password
  • Description


  • No labels