Create Versioned View (Data Management)
摘要
Creates a versioned view on a table or feature class.

This is a deprecated tool. This functionality is no longer needed because versioned views are automatically created when data is registered as versioned.
用法
-
The table or feature class must be registered as versioned.
语法
CreateVersionedView_management (in_dataset, {in_name})
参数 | 说明 | 数据类型 |
in_dataset |
Input table or feature class for which a versioned view will be created. | Table View |
in_name (可选) |
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 |
代码实例
The following Python window script demonstrates how to use the Create Versioned View tool.
arcpy.CreateVersionedView_management("Database Connections\\admin.sde\\bender.GDB.cities", "cities_MV_view")
环境
许可信息
ArcGIS for Desktop Basic: 否
ArcGIS for Desktop Standard: 是
ArcGIS for Desktop Advanced: 是
5/10/2014