Partager via


SqlModelComparerConfiguration.IgnoreKeywordCasing, propriété

Obtient ou définit une valeur qui indique s'il faut ignorer la casse des mots clés pendant la comparaison des modèles.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
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

SqlModelComparerConfiguration Classe

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