TSqlParser.QuotedIdentifier 属性
Gets a value that indicates whether the quoted identifier is on.
命名空间: 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 if quoted identifier handling is on; otherwise, false.