Condividi tramite


Proprietà SqlScriptComparerConstructor.IgnoreComments

Ottiene o imposta un valore che indica se i commenti devono essere ignorati dall'operazione di confronto.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Note

Sia i commenti a riga singola che quelli a più righe sono interessati da questa impostazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptComparerConstructor Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql