Partager via


DacDeployOptions.IgnoreComments Propriété

Définition

Obtient ou définit une valeur booléenne précisant s’il faut ignorer les commentaires lors de la comparaison des modèles source et cible.

public bool IgnoreComments { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreComments")]
public bool IgnoreComments { get; set; }
member this.IgnoreComments : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreComments")>]
member this.IgnoreComments : bool with get, set
Public Property IgnoreComments As Boolean

Valeur de propriété

True pour ignorer les différences en matière de commentaires ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à