Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Web サービスを削除します。
DROP SERVICE service-name
この文は、ISYSWEBSERVICE システムテーブルに表示されている Web サービスを削除します。
DBA 権限
なし
SQL/2008 ベンダー拡張。
次の SQL 文は、WebServiceTable という Web サービスを削除する方法を示します。
DROP SERVICE WebServiceTable;