Post Version (Data Management)

许可等级:BasicStandardAdvanced

摘要

Posting is the process of applying the current edit session to the reconciled target version during version geodatabase editing. Before a version can be posted, it must be reconciled with a target version and all conflicts must be resolved.

法律声明法律声明:

This is a deprecated tool. The Reconcile Versions tool should be used to post versions following a reconcile.

用法

语法

PostVersion_management (in_workspace, version_name)
参数说明数据类型
in_workspace

The ArcSDE geodatabase containing the edit version to be posted. The default is to use the workspace defined in the environment.

Workspace
version_name

Name of the edit version to be posted to the target version.

String

代码实例

import arcgisscripting
gp = arcgisscripting.create()
 
gp.postversion( "Database Connections\Connection to workspace.sde", "housing")

环境

相关主题

许可信息

ArcGIS for Desktop Basic: 否
ArcGIS for Desktop Standard: 是
ArcGIS for Desktop Advanced: 是
5/10/2014