Поделиться через


ISql90FullTextCatalog.IsAccentSensitive Property

Gets or sets a value that indicates whether the catalog is accent-sensitive.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsAccentSensitive As Nullable(Of Boolean)
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>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90FullTextCatalog Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace