Public Methods

Method

Description

AddCreates a DBRole with the given data. PARAMETERS: Name (String), IdentificationType (Integer), Password (String), Description (String).
RemoveDeletes an DBRole object specified by the given ID or name from ER/Studio. PARAMETERS: Identifier (Integer).

Public Properties

PropertyDescription
_ItemReturns a DBRole specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String).
_NewEnum
CountNumber of DBRole objects in the collection. DATATYPE: Integer.
ItemReturns a DBRole specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String).
  • No labels