Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 远程数据访问 » 远程过程调用 (RPC)

 

删除远程过程 (SQL)

管理员可使用 SQL 语句删除远程过程和函数。

前提条件

无需具备任何特权。

 删除远程过程
  • 执行一个用以删除过程或函数的语句。

    DROP PROCEDURE RemoteProc;
    DROP FUNCTION RemoteFunc;

结果

远程过程或函数已删除。

 另请参见