Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
コネクターを削除するには、<SetProperty> を使用してクライアントのすべてのプロパティを削除します。
次の例では、ianywhere.connector.jboss という ID を持つコネクターを閉じます。このコネクターのすべてのプロパティは、<name> タグと <value> タグを指定せずに <SetProperty> タグを使用することで削除されます。
<?xml version="1.0" encoding="UTF-8"?> <actions> <SetProperty> <prop> <client>ianywhere.connector.jboss</client> <name>ianywhere.connector.nativeConnection</name> </prop> </SetProperty> </actions>