Share via


ITableViewBase.IsQuotedIdentifierOn Property

Gets a Boolean value that indicates whether the quoted identifier option is on.

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

Syntax

'Declaration
ReadOnly Property IsQuotedIdentifierOn As Boolean
    Get
'Usage
Dim instance As ITableViewBase
Dim value As Boolean

value = instance.IsQuotedIdentifierOn
bool IsQuotedIdentifierOn { get; }
property bool IsQuotedIdentifierOn {
    bool get ();
}
abstract IsQuotedIdentifierOn : bool
function get IsQuotedIdentifierOn () : boolean

Property Value

Type: System.Boolean
A Boolean value that indicates whether the quoted identifier option is on.