DacDeployOptions.AllowTableRecreation Property

Definition

Get or set boolean that specifies whether to allow the table recreation in publish

[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowTableRecreation")]
public bool AllowTableRecreation { get; set; }
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowTableRecreation")>]
member this.AllowTableRecreation : bool with get, set
Public Property AllowTableRecreation As Boolean

Property Value

Default is true.

Attributes

Applies to