Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
要删除连接器,请使用 <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>