Standard または Advancedのライセンスで利用可能。
サマリー
Exports changes in a check-out replica geodatabase to a delta file. A delta file contains only the changes exported from a replicated geodatabase.
使用法
- Instead of synchronizing edits directly from the child replica geodatabase, you can export the changes only from the child replica to a delta file. Delta files are smaller than the original replica geodatabase. 
- The changes in the delta file may be synchronized with the parent replica using the Check In From Delta tool. 
- When synchronizing from a delta XML file, as with synchronizing directly, the replica in the parent geodatabase will be unregistered. 
- Synchronizing changes from a delta file does not automatically unregister the check-out replica in the associated child replica geodatabase; this must be done manually. 
構文
ExporttoDelta_management (in_workspace, dest_delta_database)
| パラメーター | 説明 | データ タイプ | 
| in_workspace | Specifies the child replica geodatabase from which to export the delta file. | Workspace | 
| dest_delta_database | The output delta file. | File | 
コードのサンプル
ExportToDelta Example (Python Window)
import arcpy
from arcpy import env
env.workspace = "C:/Data"
arcpy.ExporttoDelta_management("housing.mdb", "MyCheckoutChanges.mdb")
環境
ライセンス情報
- ArcGIS Desktop Basic: いいえ
- ArcGIS Desktop Standard: はい
- ArcGIS Desktop Advanced: はい