BulkInsertBase.Options Property

Gets a list of possible 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 BulkInsertBase 
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 possible options.

See Also

Reference

BulkInsertBase Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace