Icon GetRemoteProcedureUser Method

void __fastcall GetRemoteProcedureUser(const
      System::UnicodeString ProcedureName, const System::UnicodeString
      AuthorizedUser, TProcedureRights &UserRights)

Usage

Call the GetRemoteProcedureUser method to retrieve the rights for an existing user to an existing server-side procedure on a database server. Use the ProcedureName parameter to specify the existing server-side procedure name and the AuthorizedUser parameter to specify the existing user.

Information This method is only valid for encrypted remote sessions connected as an administrator to the administration port on a database server.
Image