Compartir a través de


TSqlParser.QuotedIdentifier Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property QuotedIdentifier As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

TSqlParser Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom