Compartir a través de


SqlBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) Método

Definición

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

Se aplica a