Dela via


BulkInsertBase.Options Property

Gets a list of possible options.

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)
'Usage
Dim instance As BulkInsertBase 
Dim value As IList(Of BulkInsertOption)

value = instance.Options
public IList<BulkInsertOption> Options { get; }
public:
property IList<BulkInsertOption^>^ Options {
    IList<BulkInsertOption^>^ get ();
}
public function get Options () : IList<BulkInsertOption>

Property Value

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

.NET Framework Security

See Also

Reference

BulkInsertBase Class

BulkInsertBase Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace