Partager via


SqlScriptComparerConstructor.IgnoreKeywordCasing, propriété

Obtient ou définit une valeur qui indique si l'opération de comparaison doit ignorer la casse des mots clés.

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

Syntaxe

'Déclaration
Public Property IgnoreKeywordCasing As Boolean
    Get
    Set
public bool IgnoreKeywordCasing { get; set; }
public:
property bool IgnoreKeywordCasing {
    bool get ();
    void set (bool value);
}
member IgnoreKeywordCasing : bool with get, set
function get IgnoreKeywordCasing () : boolean
function set IgnoreKeywordCasing (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