SqlBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) 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í.
Establece el objeto SqlBatchCommand del índice especificado en un valor nuevo.
protected:
override void SetBatchCommand(int index, System::Data::Common::DbBatchCommand ^ batchCommand);
protected override void SetBatchCommand (int index, System.Data.Common.DbBatchCommand batchCommand);
override this.SetBatchCommand : int * System.Data.Common.DbBatchCommand -> unit
Protected Overrides Sub SetBatchCommand (index As Integer, batchCommand As DbBatchCommand)
Parámetros
- index
- Int32
Índice donde se debe ubicar el SqlBatchCommand objeto.
- batchCommand
- DbBatchCommand