Public Methods
Method | Description |
---|---|
Add a new Role object. PARAMETERS: Name (String), Description (String), ObjectPrivilege (String), Users (StringObjects), Diagrams (StringObjects), DataDictionaries (StringObjects). | |
Remove a Role specified by the given name. PARAMETERS: Name (String). |
Public Properties
Property | Description |
---|---|
_Item | Returns a Role object specified by the given name. PARAMETERS: Identifier (String). |
_NewEnum | |
Count | Number of Role objects in the collection. DATATYPE: Integer. |
Item | Returns a Role object specified by the given name. PARAMETERS: Identifier (String). |
See Also