Freigeben über


BulkInsertBase.Options-Eigenschaft

Ruft eine Liste möglicher Optionen ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IList<BulkInsertOption>

.NET Framework-Sicherheit

Siehe auch

Referenz

BulkInsertBase Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace