Share via


IDmlTrigger.IsQuotedIdentifierOn Property

Gets a value that indicates whether the identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.

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 IDmlTrigger 
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
true if quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules; otherwise, false.

See Also

Reference

IDmlTrigger Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace