SqlDeploymentOptions.AllowTableRecreation 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 boolean that specifies whether to allow table recreation in Publish
public bool AllowTableRecreation { get; }
member this.AllowTableRecreation : bool
Public ReadOnly Property AllowTableRecreation As Boolean
Property Value
True to allow table recreation; otherwise, false, which will block the publish if table recreation is happening. Default is true.