Свойство BulkInsertBase.Options

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

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

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

См. также

Справочник

BulkInsertBase Класс

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