Share via


SqlDeploymentOptions.IgnoreSemicolonBetweenStatements Property

Definition

Get 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; }
member this.IgnoreSemicolonBetweenStatements : bool
Public ReadOnly Property IgnoreSemicolonBetweenStatements As Boolean

Property Value

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

Applies to