Check In From Delta (データの管理)

サマリ

Imports changes from a delta file into the parent replica. A delta file contains only the changes exported from a child replica geodatabase.

使用法

構文

CheckinDelta_management (in_delta_database, dest_workspace, {reconcile})
パラメータ説明データ タイプ
in_delta_database

The delta file that contains the changes to be synchronized.

File
dest_workspace

The parent replica geodatabase. The ArcSDE workspace to which changes will be applied.

Workspace
reconcile
(オプション)

Indicates whether the synchronize process should reconcile the synchronization version after the edits have been synchronized.

  • NON_RECONCILEthere is no reconcile performed. This is the default.
  • RECONCILEThere is a reconciliation performed.
Boolean

コードのサンプル

CheckInFromDelta Example (Python Window)
import arcpy
from arcpy import env
env.workspace = "C:/Data"
arcpy.CheckinDelta_management("MyCheckChanges.gdb", "MySDEdata.sde", NO_RECONCILE)

環境

関連項目

ライセンス情報

ArcView: いいえ
ArcEditor: はい
ArcInfo: はい

7/10/2012