DacDeployOptions.RestoreSequenceCurrentValue 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.
Gets or set a boolean that specifies if sequence value should be enabled or disabled before deploying the script into SQL Server.
public bool RestoreSequenceCurrentValue { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "RestoreSequenceCurrentValue")]
public bool RestoreSequenceCurrentValue { get; set; }
member this.RestoreSequenceCurrentValue : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "RestoreSequenceCurrentValue")>]
member this.RestoreSequenceCurrentValue : bool with get, set
Public Property RestoreSequenceCurrentValue As Boolean
Property Value
- Attributes