QuotedIdentifierStatus Property (SQL-DMO)

The QuotedIdentifierStatus property returns True when the database object referenced has been created with a dependency on quote characters for identifier determination.

Applies To
StoredProcedure Object View Object
Trigger Object  

Syntax

object.QuotedIdentifierStatus

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

Remarks

For more information about identifier interpretation and quoted identifier recognition, see SET QUOTED_IDENTIFIER.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetQuotedIdentifierStatus(LPBOOL pRetVal);


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