Sdílet prostřednictvím


SqlBatchCommandCollection.GetBatchCommand(Int32) Metoda

Definice

SqlBatchCommand Vrátí objekt v zadaném indexu v seznamu.

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

Index, ve kterém se SqlBatchCommand objekt nachází.

Návraty

Objekt SqlBatchCommand v zadaném indexu v seznamu.

Platí pro