Partager via


TSqlParserConstructor.QuotedIdentifiersOn, propriété

Obtient ou définit une valeur qui indique si les identificateurs entre guillemets sont activés.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

TSqlParserConstructor Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms