DacDeployOptions.IgnoreTableOptions Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob die Optionen in der Zieltabelle aktualisiert werden, um der Quelltabelle zu entsprechen.

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

Eigenschaftswert

True, um Unterschiede in Tabellenoptionen zu ignorieren und die Zieltabelle nicht zu aktualisieren; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: