DacDeployOptions.IgnoreIncrement Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob der Inkrementierungswert von IDENTITÄTsspalten beim Vergleichen des Quell- und Zielmodells ausgeschlossen werden 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, um Unterschiede im inkrementellen Wert von IDENTITY-Spalten zu ignorieren; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: