Свойство TSqlParser.QuotedIdentifier

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property QuotedIdentifier As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
true if quoted identifier handling is on; otherwise, false.

См. также

Справочник

TSqlParser Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom