Поделиться через


SqlBatchCommandCollection.GetBatchCommand(Int32) Метод

Определение

Возвращает объект по SqlBatchCommand указанному индексу в списке.

protected:
 override System::Data::Common::DbBatchCommand ^ GetBatchCommand(int index);
protected override System.Data.Common.DbBatchCommand GetBatchCommand (int index);
override this.GetBatchCommand : int -> System.Data.Common.DbBatchCommand
Protected Overrides Function GetBatchCommand (index As Integer) As DbBatchCommand

Параметры

index
Int32

Индекс, где находится объект SqlBatchCommand.

Возвращаемое значение

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

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