start_id property

start_id property

Gets and sets the start id.

Remarks

Only works when SqlScriptSaveOptions.id_name is set.

Definition:

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

See Also