Lingua

DacDeployOptions.IgnoreIdentitySeed Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere il valore di inizializzazione delle colonne IDENTITY dalla considerazione durante il confronto del modello di origine e di destinazione.

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

Valore della proprietà

True per ignorare le differenze nel valore di inizializzazione delle colonne IDENTITY; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a