Share via


DatabaseInformation.AccentSensitive Property

A Boolean value that specifies whether collation is accent-sensitive. "Frédéric François" matches "Frederic Francois" if collation is accent-insesitive.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property AccentSensitive As Boolean
public bool AccentSensitive { get; }
public:
property bool AccentSensitive {
    bool get ();
}
member AccentSensitive : bool with get
function get AccentSensitive () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DatabaseInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace