Share via


SqlDeploymentOptions.AllowTableRecreation Property

Definition

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.

Applies to