Propriedade do RDL TSqlParser.QuotedIdentifier
Gets a value that indicates whether the quoted identifier is on.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if quoted identifier handling is on; otherwise, false.