LOTUSSCRIPT /COM/OLE のクラス


ReplicaRequiredForReplaceOrUpdate プロパティ
読み書き可能。DXL のレプリカ ID が参照先データベースと一致する必要があるかどうかを示します。

定義位置NotesDXLImporter
データ型Boolean 型
構文取得方法:flag = notesDXLImporter.ReplicaRequiredForReplaceOrUpdate
設定方法:notesDXLImporter.ReplicaRequiredForReplaceOrUpdate = flag

有効な値True (デフォルト) の場合、DXL のレプリカ ID と参照先データベースは一致する必要があります。


使用法このプロパティが True でレプリカ ID が一致しない場合、インポートオペレーションは lsERR_NOTES_DXLIMPORTER_PROCESS (4522) を発生させ、「Could not replace/update a matching NoteType note because the ReplicaRequiredForReplaceUpdate property is true and the DXL and database are not replicas」というメッセージをログに追加します。
クロスリファレンスJava DXLImporter クラスの ReplicaRequiredForReplaceOrUpdate プロパティ
関連項目