Share via


ParseOptions.IsQuotedIdentifierSet Property

Gets a value that indicates whether quoted strings are treated as identifiers or as strings.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Property IsQuotedIdentifierSet As Boolean
    Get
    Set
'Usage
Dim instance As ParseOptions
Dim value As Boolean

value = instance.IsQuotedIdentifierSet

instance.IsQuotedIdentifierSet = value
public bool IsQuotedIdentifierSet { get; set; }
public:
property bool IsQuotedIdentifierSet {
    bool get ();
    void set (bool value);
}
member IsQuotedIdentifierSet : bool with get, set
function get IsQuotedIdentifierSet () : boolean
function set IsQuotedIdentifierSet (value : boolean)

Property Value

Type: System.Boolean
true if quoted strings are treated as identifiers; otherwise false.