DacImportOptions.PreserveIdentityLastValues Proprietà

Definizione

Ottenere o impostare boolean che specifica se gli ultimi valori usati per le colonne identity devono essere mantenuti.

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 i valori dell'ultima identità di origine devono essere usati nella destinazione. L'impostazione predefinita è false.

Attributi

Si applica a