Dela via


ISql90FullTextCatalog.IsAccentSensitive Property

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

Syntax

'Declaration
Property IsAccentSensitive As Boolean
'Usage
Dim instance As ISql90FullTextCatalog 
Dim value As Boolean 

value = instance.IsAccentSensitive

instance.IsAccentSensitive = value
bool IsAccentSensitive { get; set; }
property bool IsAccentSensitive {
    bool get ();
    void set (bool value);
}
function get IsAccentSensitive () : boolean 
function set IsAccentSensitive (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90FullTextCatalog Interface

ISql90FullTextCatalog Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace