Partilhar via


SqlBatchCommandCollection.GetBatchCommand(Int32) Método

Definição

Retorna o SqlBatchCommand objeto no índice especificado na 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

O índice em que o SqlBatchCommand objeto está localizado.

Retornos

O SqlBatchCommand objeto no índice especificado na lista.

Aplica-se a