Aracılığıyla paylaş


ISqlSpecifiesQuotedIdentifier.IsQuotedIdentifierOn Özellik

Alır veya tırnak içine alınmış TANIMLAYICI ayarı bu nesne için açık olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
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>)

Özellik Değeri

Tür: System.Nullable<Boolean>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlSpecifiesQuotedIdentifier Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı