Post Version (Data Management)

Lizenzstufe:BasicStandardAdvanced

Zusammenfassung

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.

VeraltetVeraltet:

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

Verwendung

Syntax

PostVersion_management (in_workspace, version_name)
ParameterErläuterungDatentyp
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

Codebeispiel

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

Umgebung

Verwandte Themen

Lizenzierungsinformationen

ArcGIS for Desktop Basic: Nein
ArcGIS for Desktop Standard: Ja
ArcGIS for Desktop Advanced: Ja
9/11/2013