DacDeployOptions.IgnoreSemicolonBetweenStatements Property

Definition

Get or set boolean that specifies whether to exclude the existence or absence of semi-colons from consideration when comparing the source and target model.

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

Property Value

True to ignore semi-colons; otherwise, false. Default is true.

Attributes

Applies to