Icon ModifyServerProcedure Method

procedure ModifyServerProcedure(const ProcedureName: String;
      const ProcedureDescription: String)

Usage

Call the ModifyServerProcedure method to modify information about an existing server-side procedure on a database server. Use the ProcedureName parameter to specify the existing server-side procedure.

Information This method is only valid when the engine is running as a database server and the EngineType is set to etServer.
Image