Public Methods

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

Public Properties

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