Compartir a través de


SqlDeploymentOptions.IgnoreTableOptions Property

Definition

Get boolean that specifies whether the options on the target table are updated to match the source table.

public bool IgnoreTableOptions { get; }
member this.IgnoreTableOptions : bool
Public ReadOnly Property IgnoreTableOptions As Boolean

Property Value

True to ignore difference in table options and not update the target table; otherwise, false. Default is false.

Applies to