QuotedIdentifierStatus プロパティ
二重引用符によって区切られた識別子が Transact-SQL の予約キーワードなのか、または Transact-SQL の構文ルールでは通常許可されない文字を含んでいるのかを示す Boolean 値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")> _
<DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")> _
ReadOnly Property QuotedIdentifierStatus As Boolean
Get
'使用
Dim instance As IViewOptions
Dim value As Boolean
value = instance.QuotedIdentifierStatus
[DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")]
[DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")]
bool QuotedIdentifierStatus { get; }
[DisplayDescriptionKeyAttribute(L"View_QuotedIdentifierStatusDesc")]
[DisplayNameKeyAttribute(L"View_QuotedIdentifierStatusName")]
property bool QuotedIdentifierStatus {
bool get ();
}
[<DisplayDescriptionKeyAttribute("View_QuotedIdentifierStatusDesc")>]
[<DisplayNameKeyAttribute("View_QuotedIdentifierStatusName")>]
abstract QuotedIdentifierStatus : bool
function get QuotedIdentifierStatus () : boolean
プロパティ値
型: System. . :: . .Boolean
ビューにおいて引用符で囲まれた識別子が Transact-SQL のキーワードを指すのかどうかを示す Boolean 値です。
True の場合、引用符で囲まれた識別子は Transact-SQL のキーワードを指します。False の場合、キーワードではありません。