DatabaseSequence

Zusammenfassung

The DatabaseSequence object contains properties that describe a database sequence.

Diskussion

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

Eigenschaften

EigenschaftErläuterungDatentyp
currentValue
(Schreibgeschützt)

The current value of the database sequence.

Integer
incrementValue
(Schreibgeschützt)

The value by which the sequence numbers will increment.

Integer
name
(Schreibgeschützt)

The name of the database sequence.

String
owner
(Schreibgeschützt)

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

String
startValue
(Schreibgeschützt)

The starting number of the sequence.

Integer