Create Versioned View (データ管理)

ライセンス レベル:BasicStandardAdvanced

サマリ

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.

使用法

構文

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: ○
7/28/2014