Proprietà SqlModelComparerConfiguration.IgnoreKeywordCasing

Ottiene o imposta un valore che indica se ignorare la combinazione di maiuscole e minuscole nelle parole chiave durante il confronto dei modelli.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlModelComparerConfiguration Classe

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