The CaseSensitive property indicates the comparison method for multibyte character data on the Microsoft® SQL Server™ installation.
object.CaseSensitive
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
If True, a character comparison for equality and order is case-sensitive for multibyte character data on the SQL Server installation. For example, A is less than a.
If False, character comparison for equality and order is not case-sensitive. For example, A is equal to a.
Boolean
Read-only
HRESULT GetCaseSensitive(LPBOOL pRetVal);