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