Udostępnij za pośrednictwem


SqlBatchCommandCollection.GetBatchCommand(Int32) Metoda

Definicja

SqlBatchCommand Zwraca obiekt w określonym indeksie na liście.

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

Parametry

index
Int32

Indeks, SqlBatchCommand w którym znajduje się obiekt.

Zwraca

Obiekt SqlBatchCommand w określonym indeksie na liście.

Dotyczy