Свойство BulkOpenRowset.Options

Gets a list of bulk insert options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of BulkInsertOption)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<BulkInsertOption>
The list of bulk insert options.

См. также

Справочник

BulkOpenRowset Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom