ITableOptions.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)
[DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")] [DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")] bool QuotedIdentifierStatus { get; }
Property Value
Type: System.BooleanA Boolean value that determines whether quoted identifiers specify Transact-SQL keywords.If True, the quoted identifiers specify Transact-SQL keywords. Otherwise, False.
