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"