Proprietà ISql90FullTextCatalog.IsAccentSensitive

Ottiene o imposta un valore che indica se il catalogo rileva la distinzione tra caratteri accentati e non accentati.

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

Sintassi

'Dichiarazione
Property IsAccentSensitive As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsAccentSensitive { get; set; }
property Nullable<bool> IsAccentSensitive {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsAccentSensitive : Nullable<bool> with get, set
function get IsAccentSensitive () : Nullable<boolean>
function set IsAccentSensitive (value : Nullable<boolean>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90FullTextCatalog Interfaccia

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