Freigeben über


TSqlParser.QuotedIdentifier-Eigenschaft

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

Eigenschaftswert

Typ: System.Boolean
true if quoted identifier handling is on; otherwise, false.

Siehe auch

Verweis

TSqlParser Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace