SqlBatchCommandCollection.GetBatchCommand(Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.