BulkOpenRowset.Options Property

Gets a list of bulk insert options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of BulkInsertOption)
    Get
'Usage
Dim instance As BulkOpenRowset 
Dim value As IList(Of BulkInsertOption)

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

Property Value

Type: System.Collections.Generic.IList<BulkInsertOption>
The list of bulk insert options.

See Also

Reference

BulkOpenRowset Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace