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

 

打开连接器

要打开连接器,请使用 <OpenConnector>。

OpenConnector 标记包含指定要打开的连接器名称的单个客户端标记。

<OpenConnector> 子标记

说明

<client>

要打开的连接器的名称。

另请参见
示例

以下示例打开 simpleGroup 连接器。

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