This topic has not yet been rated - Rate this topic

IViewOptions.QuotedIdentifierStatus Property

SQL Server 2012

Gets or sets the Boolean value that determines whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")]
[DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")]
bool QuotedIdentifierStatus { get; }

Property Value

Type: System.Boolean
A Boolean value that determines whether quoted identifiers specify Transact-SQL keywords on the view.If True, the quoted identifiers specify Transact-SQL keywords. Otherwise, False.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.