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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.