Public Methods
Method | Description |
---|---|
Add | Creates a DBUser with the given data. PARAMETERS: Name (String), ExternalName (String), Password (String), Description (String). |
Remove | Deletes an DBUser object specified by the given ID or name from ER/Studio. PARAMETERS: Identifier (Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a DBUser specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String). |
_NewEnum | |
Count | Number of DBUser objects in the collection. DATATYPE: Integer. |
Item | Returns a DBUser specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String). |
See Also