Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
采用以分号分隔的 "名称=值" 对的列表形式指定附加同步参数。
abstract void SyncParms.setAdditionalParms(String v) throws ULjException
v 以分号分隔的 "名称=值" 对列表形式的字符串。
此方法用于对 SyncParms 类的现有方法无法指定的一些附加同步参数进行指定。
以下示例说明如何在 SyncParms 对象上设置 AllowDownloadDupRows、CheckpointStore 和 DisableConcurrency 参数:
SyncParms parms; ... parms.setAdditionalParms( "AllowDownloadDupRows=1;CheckpointStore=1;DisableConcurrency=1" );