DbBatchCommandCollection.Item[Int32] Свойство

Определение

Возвращает или задает объект DbBatchCommand с заданным индексом.

public:
 property System::Data::Common::DbBatchCommand ^ default[int] { System::Data::Common::DbBatchCommand ^ get(int index); void set(int index, System::Data::Common::DbBatchCommand ^ value); };
public System.Data.Common.DbBatchCommand this[int index] { get; set; }
member this.Item(int) : System.Data.Common.DbBatchCommand with get, set
Default Public Property Item(index As Integer) As DbBatchCommand

Параметры

index
Int32

Начинающийся с нуля индекс параметра DbBatchCommand.

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

DbBatchCommand

Объект DbBatchCommand по указанному индексу.

Реализации

Исключения

Указанный индекс не существует.

Применяется к