Sdílet prostřednictvím


ISqlSpecifiesQuotedIdentifier.IsQuotedIdentifierOn – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda je nastavení IDENTIFIKÁTORU KOTOVANÉ na pro tento objekt.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Nullable<Boolean>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlSpecifiesQuotedIdentifier Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů