Partager via


DacDeployOptions.IgnoreSemicolonBetweenStatements Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie s’il faut ignorer l’existence ou l’absence de points-virgules lors de la comparaison des modèles source et cible.

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

Valeur de propriété

True pour ignorer les points-virgules ; sinon, false. La valeur par défaut est true.

Attributs

S’applique à