Partager via


Propriété TSqlParser.QuotedIdentifier

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property QuotedIdentifier As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TSqlParser Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom