Aracılığıyla paylaş


SqlScriptProperty.QuotedIdentifiers Özellik

Komut dosyası için QuotedIdentifiers ayarını alır.

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

Sözdizimi

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

Özellik Değeri

Tür: System.Nullable<Boolean>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SqlScriptProperty Sınıf

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