Sprache

DacDeployOptions.IgnoreIdentitySeed Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob der Startwert von IDENTITY-Spalten beim Vergleichen des Quell- und Zielmodells ausgeschlossen werden soll.

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

Eigenschaftswert

True, um Unterschiede beim Startwert von IDENTITY-Spalten zu ignorieren; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: