TSqlParserConstructor.QuotedIdentifiersOn Property

Gets or sets a value that indicates whether the quoted identifiers setting is enabled.

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

Syntax

'Declaration
Public Property QuotedIdentifiersOn As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TSqlParserConstructor Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace