ITableOptions.QuotedIdentifierStatus プロパティ

二重引用符によって区切られた識別子が Transact-SQL の予約キーワードなのか、または Transact-SQL の構文ルールでは通常許可されない文字を含んでいるのかを示す Boolean 値を取得します。値の設定も可能です。

名前空間:  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
引用符で囲まれた識別子が Transact-SQL のキーワードを指すのかどうかを示す Boolean 値です。 True の場合、引用符で囲まれた識別子は Transact-SQL のキーワードを指します。それ以外の場合は False になります。

関連項目

参照

ITableOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間