Create Versioned View (Administración de datos)

Resumen

Creates a versioned view on a table or feature class.

Heredado:

This is a deprecated tool. This functionality is no longer needed because versioned views are automatically created when data is registered as versioned.

Uso

  • The table or feature class must be registered as versioned.

Parámetros

EtiquetaExplicaciónTipo de datos
Input Table or Feature Class

The input table or feature class for which a versioned view will be created.

Table View
Versioned View Name
(Opcional)

The name for the versioned view that is created. If nothing is specified the output versioned view name is the name of the table or feature class with _evw appended to the end.

String

Salida derivada

EtiquetaExplicaciónTipo de datos
Output Table or Feature Class

arcpy.management.CreateVersionedView(in_dataset, {in_name})
NombreExplicaciónTipo de datos
in_dataset

The input table or feature class for which a versioned view will be created.

Table View
in_name
(Opcional)

The name for the versioned view that is created. If nothing is specified the output versioned view name is the name of the table or feature class with _evw appended to the end.

String

Salida derivada

NombreExplicaciónTipo de datos
out_dataset

Muestra de código

CreateVersionedView example (Python window)

The following Python window script demonstrates how to use the CreateVersionedView function.

import arcpy
arcpy.management.CreateVersionedView("Database Connections\\admin.sde\\bender.GDB.cities", "cities_MV_view")

Información de licenciamiento

  • Basic: No
  • Standard: Sí
  • Advanced: Sí