Share via


DacDeployOptions.PreserveIdentityLastValues Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se devono essere mantenuti gli ultimi valori utilizzati per le colonne Identity.

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

Valore della proprietà

True per specificare che l'ultima identità di origine deve essere usata nella destinazione. L'impostazione predefinita è false.

Attributi

Si applica a