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 » 服务器管理请求 » 使用服务器管理请求管理连接器

 

删除连接器

要删除连接器,请使用 <SetProperty> 删除客户端的所有属性。

示例

在以下示例中,关闭 ID 为 ianywhere.connector.jboss 的连接器。其所有属性均被 <SetProperty> 标记删除,省略名称和值标记。

<?xml version="1.0" encoding="UTF-8"?>
<actions>
    <SetProperty>
        <prop>
       <client>ianywhere.connector.jboss</client>
       <name>ianywhere.connector.nativeConnection</name>
     </prop>
    </SetProperty>
</actions>