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.BooleanA 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.
