DacDeployOptions.IgnoreTableOptions 属性

定义

获取或设置一个布尔值,用于指定是否更新目标表中的选项以匹配源表。

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

属性值

如果忽略表选项中的差异且不更新目标表,则为 true;否则为 false。 默认值为 false。

属性

适用于