ITableOptions.QuotedIdentifierStatus Property
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. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")> _
<DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")> _
Property QuotedIdentifierStatus As Boolean
[DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")]
[DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")]
bool QuotedIdentifierStatus { get; set; }
[DisplayNameKeyAttribute(L"Table_QuotedIdentifierStatusName")]
[DisplayDescriptionKeyAttribute(L"Table_QuotedIdentifierStatusDesc")]
property bool QuotedIdentifierStatus {
bool get ();
void set (bool value);
}
/** @property */
boolean get_QuotedIdentifierStatus ()
/** @property */
void set_QuotedIdentifierStatus (boolean value)
function get QuotedIdentifierStatus () : boolean
function set QuotedIdentifierStatus (value : boolean)
Property Value
A Boolean value that determines whether quoted identifiers specify Transact-SQL keywords. If True, the quoted identifiers specify Transact-SQL keywords. Otherwise, False.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.