ISqlSpecifiesQuotedIdentifier.IsQuotedIdentifierOn Property

Gets or sets a value that indicates whether the QUOTED IDENTIFIER setting is ON for this object.

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

Syntax

'Declaration
Property IsQuotedIdentifierOn As Nullable(Of Boolean)
Nullable<bool> IsQuotedIdentifierOn { get; set; }
property Nullable<bool> IsQuotedIdentifierOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsQuotedIdentifierOn : Nullable<bool> with get, set
function get IsQuotedIdentifierOn () : Nullable<boolean>
function set IsQuotedIdentifierOn (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlSpecifiesQuotedIdentifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace