Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
采用以分号分隔的 "名称=值" 对的列表形式指定附加同步参数。
Public Property AdditionalParms As String
public string AdditionalParms {get;set;}
以分号分隔的 "名称=值" 对列表形式的字符串。
使用此属性可指定几个附加同步参数,而这些附加参数不能用任何其它的预定义参数轻松地指定。
private ULSyncParms info; // ... info.AdditionalParms = "AllowDownloadDupRows=1; CheckpointStore=1; DisableConcurrency=1; TableOrder=Customer,Sales"