DatabaseSequence

Resumen

El objeto DatabaseSequence contiene propiedades que describen una secuencia de base de datos.

Debate

DatabaseSequence Los objetos no se pueden inicializar directamente. Es posible acceder a las propiedades de la secuencia de base de datos mediante la función arcpy.da.ListDatabaseSequences.

Propiedades

PropiedadExplicaciónTipo de datos
currentValue
(Sólo lectura)

The current value of the database sequence.

Integer
incrementValue
(Sólo lectura)

The value by which the sequence numbers will increment.

Integer
name
(Sólo lectura)

The name of the database sequence.

String
owner
(Sólo lectura)

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

String
startValue
(Sólo lectura)

The starting number of the sequence.

Integer