Compartir a través de


DacDeployOptions.IgnoreSemicolonBetweenStatements Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe excluir la existencia o ausencia de punto y coma al comparar el modelo de origen y destino.

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

Valor de propiedad

True para omitir los puntos y comas; de lo contrario, false. El valor predeterminado es true.

Atributos

Se aplica a