Compartir a través de


SqlScriptComparerConstructor.IgnoreKeywordCasing (Propiedad)

Obtiene o establece un valor que indica si la operación de comparación debería omitir el uso de mayúsculas y minúsculas en la palabra clave.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptComparerConstructor Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)