Public Methods
Method | Description |
---|---|
Add | Creates an ObjectPermission. PARAMETERS: GranteeType (0 = DBUser, 1 = DBRole), Grantee (String or integer), ActionType (G = Grant, R = Revoke), PermissionType (String), AttributeId (Integer). |
Remove | Deletes an ObjectPermission object specified by the given ID from ER/Studio. PARAMETERS: Identifier (Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns an ObjectPermission specified by the given ID or GUID. PARAMETERS: Identifier (Integer). |
_NewEnum | |
Count | Number of ObjectPermission objects in the collection. DATATYPE: Integer. |
Item | Returns an ObjectPermission specified by the given ID or GUID. PARAMETERS: Identifier (Integer). |
See Also