The QuotedIdentifierStatus property returns True when the database object referenced has been created with a dependency on quote characters for identifier determination.
| StoredProcedure Object | View Object |
| Trigger Object |
object.QuotedIdentifierStatus
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
For more information about identifier interpretation and quoted identifier recognition, see SET QUOTED_IDENTIFIER.
Boolean
Read-only
HRESULT GetQuotedIdentifierStatus(LPBOOL pRetVal);