Compartilhar via


Propriedade TSqlParserConstructor.QuotedIdentifiersOn

Obtém ou define um valor que indica se os identificadores entre aspas configuração está ativada.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Public Property QuotedIdentifiersOn As Boolean
    Get
    Set
public bool QuotedIdentifiersOn { get; set; }
public:
property bool QuotedIdentifiersOn {
    bool get ();
    void set (bool value);
}
member QuotedIdentifiersOn : bool with get, set
function get QuotedIdentifiersOn () : boolean
function set QuotedIdentifiersOn (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

TSqlParserConstructor Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql