Compartir a través de


SqlBatchCommandCollection.GetBatchCommand(Int32) Método

Definición

Devuelve el SqlBatchCommand objeto en el índice especificado de la lista.

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

Parámetros

index
Int32

Índice donde se encuentra el objeto SqlBatchCommand.

Devoluciones

Objeto SqlBatchCommand en el índice especificado de la lista.

Se aplica a