DacDeployOptions.PreserveIdentityLastValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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