Partager via


SqlScriptComparerConstructor.IgnoreWhiteSpace, propriété

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

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

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptComparerConstructor Classe

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