Share via


SqlDeploymentOptions.IgnoreIncrement Property

Definition

Get boolean that specifies whether to exclude the increment value of IDENTITY columns from consideration when comparing the source and target model.

public bool IgnoreIncrement { get; }
member this.IgnoreIncrement : bool
Public ReadOnly Property IgnoreIncrement As Boolean

Property Value

True to ignore differences in the increment value of IDENTITY columns; otherwise, false. Default is false.

Applies to