Condividi tramite


Proprietà TSqlParser.QuotedIdentifier

Gets a value that indicates whether the quoted identifier is on.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property QuotedIdentifier As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TSqlParser Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom