DatabaseSequence

Synthèse

The DatabaseSequence object contains properties that describe a database sequence.

Discussion

DatabaseSequence objects cannot be initialized directly. DatabaseSequence properties can be accessed through the arcpy.da.ListDatabaseSequences function.

Propriétés

PropriétéExplicationType de données
currentValue
(Lecture seule)

The current value of the database sequence.

Integer
incrementValue
(Lecture seule)

The value by which the sequence numbers will increment.

Integer
name
(Lecture seule)

The name of the database sequence.

String
owner
(Lecture seule)

The owner of the database sequence. This is applicable to enterprise databases only. File geodatabases will return an empty string.

String
startValue
(Lecture seule)

The starting number of the sequence.

Integer

Dans cette rubrique