引用符で囲まれた識別子がオンであるかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property QuotedIdentifier As Boolean
Get
'使用
Dim instance As TSqlParser
Dim value As Boolean
value = instance.QuotedIdentifier
public bool QuotedIdentifier { get; }
public:
property bool QuotedIdentifier {
bool get ();
}
member QuotedIdentifier : bool
function get QuotedIdentifier () : boolean
プロパティ値
型: System.Boolean
引用符で囲まれた識別子の処理が有効な場合は true、それ以外の場合は false です。