You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Public Methods

 ChangeGrantee

Change the grantee of the ObjectPermission given the new GranteeType (0=DBUSer or 1=DBRole) and GranteeID. PARAMETERS: GranteeType as Integer, GranteeId as Integer.

Public Properties

 ActionType

This is the ActionType of the ObjectPermission. 'G' means GRANT and 'R' means Revoke. DATATYPE: String.

 AttributeID

AttributeID of the ObjectPermission if it was Granted to an Attribute. DATATYPE: Integer.

 GranteeID

GranteeId is the ID of the DBUser or DBRole of this ObjectPermission. DATATYPE: Integer.

 GranteeName

This is the name of the DBUser or DBRole of this ObjectPermission. DATATYPE: String.

 GranteeType

GranteeType of the ObjectPermission where 0 = DBUser and 1 = DBRole. DATATYPE: Integer.

 GUID

ObjectPermission's object GUID. The GUID (assigned by ER/Studio) is unique. DATATYPE: String.

 ID

ObjectPermission ID of the object. This ID is assigned by ER/Studio and can be used to obtain the corresponding ObjectPermission. DATATYPE: Integer.

 IsActionExtended

This indicates the permission ActionExtended value. DATATYPE: Boolean.

 IsSystem

This indicates whether this permission is a System Permission or not. DATATYPE: Boolean.

 PermissionType

This is the PermissionType of the ObjectPermission. DATATYPE: String.

See Also

ObjectPermission Overview

  • No labels