DacDeployOptions.IgnoreIdentitySeed Propriedade

Definição

Obtenha ou defina booliano que especifica se o valor da semente das colunas IDENTITY deve ser considerado ao comparar o modelo de origem e de destino.

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

Valor da propriedade

True para ignorar diferenças no valor de semente das colunas IDENTITY; caso contrário, false. O padrão é false.

Atributos

Aplica-se a