Partager via


SqlScriptComparerConstructor.IgnoreComments, propriété

Obtient ou définit une valeur qui indique si l'opération de comparaison doit ignorer les commentaires.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public Property IgnoreComments As Boolean
    Get
    Set
public bool IgnoreComments { get; set; }
public:
property bool IgnoreComments {
    bool get ();
    void set (bool value);
}
member IgnoreComments : bool with get, set
function get IgnoreComments () : boolean
function set IgnoreComments (value : boolean)

Valeur de propriété

Type : System.Boolean

Notes

Les commentaires sur une seule ligne et sur plusieurs lignes sont affectés par ce paramètre.

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptComparerConstructor Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms