IUserDefinedFunction.IsQuotedIdentifierOn Property

Gets a Boolean value that indicates whether the unique 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 IUserDefinedFunction 
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 unique identifier option is on.

See Also

Reference

IUserDefinedFunction Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace