Compartir a través de


TSqlParserConstructor.QuotedIdentifiersOn (Propiedad)

Obtiene o establece un valor que indica si está habilitado el valor de identificadores entre comillas.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

TSqlParserConstructor Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)