ISqlSpecifiesQuotedIdentifier.IsQuotedIdentifierOn Property

Gets or sets whether quoted identifier is on.

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

Syntax

'Declaration
Property IsQuotedIdentifierOn As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlSpecifiesQuotedIdentifier
Dim value As Nullable(Of Boolean)

value = instance.IsQuotedIdentifierOn

instance.IsQuotedIdentifierOn = value
Nullable<bool> IsQuotedIdentifierOn { get; set; }
property Nullable<bool> IsQuotedIdentifierOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsQuotedIdentifierOn () : Nullable<boolean>
function set IsQuotedIdentifierOn (value : Nullable<boolean>)
abstract IsQuotedIdentifierOn : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

Remarks

Default value is True.

.NET Framework Security

See Also

Reference

ISqlSpecifiesQuotedIdentifier Interface

ISqlSpecifiesQuotedIdentifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace