RestartSequenceOperation.StartValue Property

Definition

The value at which the sequence should restart. If null (the default), the sequence restarts based on the configuration used during creation.

public virtual long StartValue { get; set; }
public virtual long? StartValue { get; set; }
member this.StartValue : int64 with get, set
member this.StartValue : Nullable<int64> with get, set
Public Overridable Property StartValue As Long
Public Overridable Property StartValue As Nullable(Of Long)

Property Value

Applies to