Краткая информация
Creates a versioned view on a table or feature class.
Использование
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 Desktop Basic: Нет
- ArcGIS Desktop Standard: Да
- ArcGIS Desktop Advanced: Да