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/10/2013