Condividi tramite


Proprietà ISqlSpecifiesQuotedIdentifier.IsQuotedIdentifierOn

Ottiene o imposta un valore che indica se l'impostazione di QUOTED IDENTIFIER è ON per questo oggetto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsQuotedIdentifierOn As Nullable(Of Boolean)
    Get
    Set
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>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSpecifiesQuotedIdentifier Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel