Freigeben über


DacDeployOptions.IgnoreIncrement Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob die inkrementellen Werte der IDENTITY-Spalten beim Vergleich von Quell- und Zielmodell unberücksichtigt bleiben soll.

public bool IgnoreIncrement { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreIncrement")]
public bool IgnoreIncrement { get; set; }
member this.IgnoreIncrement : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreIncrement")>]
member this.IgnoreIncrement : bool with get, set
Public Property IgnoreIncrement As Boolean

Eigenschaftswert

"True", wenn Unterschiede der inkrementellen Werte von IDENTITY-Spalten ignoriert werden sollen; andernfalls "false". Der Standardwert ist "false".

Attribute

Gilt für: