DacImportOptions.PreserveIdentityLastValues Property

Definition

Get or set boolean that specifies whether the last values used for identity columns should be preserved.

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

Property Value

True to specify that source identity last values should be used in target. Default is false.

Attributes

Applies to