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

SQL Anywhere 11.0.1 (日本語) » QAnywhere » サーバ管理要求 » サーバ管理要求によるコネクタの管理

 

コネクタを閉じる

コネクタを閉じるには、<CloseConnector> タグを使用します。<CloseConnector> には、閉じるコネクタの名前を指定する <client> タグが 1 つ含まれます。

<CloseConnector> タグのサブタグ

説明

<client>

閉じるコネクタの名前

参照

次の例では、simpleGroup というコネクタを閉じます。

<?xml version="1.0" encoding="UTF-8"?>
<actions>
    <CloseConnector>
     <client>simpleGroup</client>
    </CloseConnector>
</actions>