Linguaggio

DacDeployOptions.IgnoreSemicolonBetweenStatements Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l'esistenza o l'assenza di punti e virgola dalla considerazione durante il confronto del modello di origine e di destinazione.

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

Valore della proprietà

True per ignorare i punti e virgola; in caso contrario, false. Il valore predefinito è vero.

Attributi

Si applica a