Sdílet prostřednictvím


SqlModelComparerConfiguration.IgnoreKeywordCasing – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda bude ignorovat všechny klíčové slovo pouzdře při porovnání modelů.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlModelComparerConfiguration Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů