다음을 통해 공유


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 네임스페이스