Condividi tramite


SqlBatchCommandCollection.GetBatchCommand(Int32) Metodo

Definizione

Restituisce l'oggetto SqlBatchCommand in corrispondenza dell'indice specificato nell'elenco.

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

Parametri

index
Int32

Indice in cui si trova l'oggetto SqlBatchCommand.

Restituisce

Oggetto SqlBatchCommand in corrispondenza dell'indice specificato nell'elenco.

Si applica a