Check In From Delta (数据管理)

许可等级:BasicStandardAdvanced

摘要

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)

环境

相关主题

许可信息

ArcGIS for Desktop Basic:否
ArcGIS for Desktop Standard:是
ArcGIS for Desktop Advanced:是
9/15/2013