Skip to main content

DatabaseSequence

Resumen

The DatabaseSequence object contains properties that describe a database sequence.

Debate

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

Propiedades

Nombre Explicación Tipo de datos

currentValue

(Solo lectura)

The current value of the database sequence.

Integer

incrementValue

(Solo lectura)

The value by which the sequence numbers will increment.

Integer

name

(Solo lectura)

The name of the database sequence.

String

owner

(Solo lectura)

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

String

startValue

(Solo lectura)

The starting number of the sequence.

Integer