TSqlParser.QuotedIdentifier Property
Gets a value that indicates whether the quoted identifier is on.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property QuotedIdentifier As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if quoted identifier handling is on; otherwise, false.