DacDeployOptions.IgnoreSemicolonBetweenStatements 属性

定义

获取或设置布尔值,该值指定在比较源模型和目标模型时是否不考虑是否存在分号。

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

属性值

如果忽略分号,则为 true;否则为 false。 默认为 true。

属性

适用于