Condividi tramite


Proprietà SqlScriptComparerConstructor.IgnoreWhiteSpace

Ottiene o imposta un valore che indica se gli spazi vuoti 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 IgnoreWhiteSpace As Boolean
    Get
    Set
public bool IgnoreWhiteSpace { get; set; }
public:
property bool IgnoreWhiteSpace {
    bool get ();
    void set (bool value);
}
member IgnoreWhiteSpace : bool with get, set
function get IgnoreWhiteSpace () : boolean
function set IgnoreWhiteSpace (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptComparerConstructor Classe

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