Sdílet prostřednictvím


SqlScriptProperty.QuotedIdentifiers – vlastnost

Získá nastavení QuotedIdentifiers skriptu.

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

Syntaxe

'Deklarace
Public ReadOnly Property QuotedIdentifiers As Nullable(Of Boolean)
    Get
public Nullable<bool> QuotedIdentifiers { get; }
public:
property Nullable<bool> QuotedIdentifiers {
    Nullable<bool> get ();
}
member QuotedIdentifiers : Nullable<bool>
function get QuotedIdentifiers () : Nullable<boolean>

Hodnota vlastnosti

Typ: System.Nullable<Boolean>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlScriptProperty Třída

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