Compartilhar via


DacDeployOptions.PreserveIdentityLastValues Propriedade

Definição

Obter ou definir booliano que especifica se os últimos valores usados para colunas de identidade devem ser preservados.

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

Valor da propriedade

True para especificar que os últimos valores de identidade de origem devem ser usados no destino. O padrão é false.

Atributos

Aplica-se a