共用方式為


ITableOptions.QuotedIdentifierStatus 屬性

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.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")> _
<DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")> _
ReadOnly Property QuotedIdentifierStatus As Boolean 
    Get
'用途
Dim instance As ITableOptions 
Dim value As Boolean 

value = instance.QuotedIdentifierStatus
[DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")]
[DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")]
bool QuotedIdentifierStatus { get; }
[DisplayDescriptionKeyAttribute(L"Table_QuotedIdentifierStatusDesc")]
[DisplayNameKeyAttribute(L"Table_QuotedIdentifierStatusName")]
property bool QuotedIdentifierStatus {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")>]
[<DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")>]
abstract QuotedIdentifierStatus : bool
function get QuotedIdentifierStatus () : boolean

屬性值

型別:System.Boolean
A Boolean value that determines whether quoted identifiers specify Transact-SQL keywords.If True, the quoted identifiers specify Transact-SQL keywords. Otherwise, False.

請參閱

參考

ITableOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間