CaseSensitive Property (SQL-DMO)

The CaseSensitive property indicates the comparison method for multibyte character data on the Microsoft® SQL Server™ installation.

Applies To

Registry Object

Syntax

object.CaseSensitive

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCaseSensitive(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.