Aracılığıyla paylaş


BulkInsertBase.Options Özellik

Olası seçeneklerin listesini alır.

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

Sözdizimi

'Bildirim
Public ReadOnly Property Options As IList(Of BulkInsertOption)
    Get
public IList<BulkInsertOption> Options { get; }
public:
property IList<BulkInsertOption^>^ Options {
    IList<BulkInsertOption^>^ get ();
}
member Options : IList<BulkInsertOption>
function get Options () : IList<BulkInsertOption>

Özellik Değeri

Tür: System.Collections.Generic.IList<BulkInsertOption>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

BulkInsertBase Sınıf

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