Icon TProcedureRight

Unit: dbisamtb

TProcedureRight = (prExecute)

This type is used to indicate the type of right currently granted to a given user for a given server-side procedure on a database server. It is used as part of a set of rights represented in the TProcedureRights type, which is used as a parameter to the TDBISAMSession AddRemoteProcedureUser, ModifyRemoteProcedureUser, and GetRemoteProcedureUser methods, as well as the TDBISAMEngine AddServerProcedureUser, ModifyServerProcedureUser, and GetServerProcedureUser methods.

ElementDescription
prExecuteIndicates that the user has or is being granted the right to execute the server-side procedure on the database server.
Image