DacDeployOptions.IgnoreComments Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie s’il faut exclure les commentaires de la considération lors de la comparaison du modèle 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 dans les commentaires ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à