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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")> _
<DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")> _
Property QuotedIdentifierStatus As Boolean
Get
Set
‘사용 방법
Dim instance As ITableOptions
Dim value As Boolean
value = instance.QuotedIdentifierStatus
instance.QuotedIdentifierStatus = value
[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);
}
[<DisplayNameKeyAttribute("Table_QuotedIdentifierStatusName")>]
[<DisplayDescriptionKeyAttribute("Table_QuotedIdentifierStatusDesc")>]
abstract QuotedIdentifierStatus : bool with get, set
function get QuotedIdentifierStatus () : boolean
function set QuotedIdentifierStatus (value : 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.