サマリー
DatabaseSequence オブジェクトには、データベース シーケンスを記述するプロパティが含まれています。
説明
DatabaseSequence オブジェクトを直接初期化することはできません。 データベース シーケンスのプロパティには、arcpy.da.ListDatabaseSequences 関数を通じてアクセスできます。
プロパティ
プロパティ | 説明 | データ タイプ |
currentValue (読み取り専用) | The current value of the database sequence. | Integer |
incrementValue (読み取り専用) | The value by which the sequence numbers will increment. | Integer |
name (読み取り専用) | The name of the database sequence. | String |
owner (読み取り専用) | The owner of the sequence. This is applicable to enterprise databases only. File geodatabases will return an empty string. | String |
startValue (読み取り専用) | The starting number of the sequence. | Integer |