start_id propiedad

start_id propiedad

Obtiene y establece el ID de inicio.

Observaciones

Solo funciona cuando se establece SqlScriptSaveOptions.id_name.

Definición:

@property
def start_id(self):
    ...
@start_id.setter
def start_id(self, value):
    ...

Ver también