DbBatchCommandCollection.Item[Int32] Propiedad

Definición

Obtiene o establece la clase DbBatchCommand en el índice especificado.

public:
 property System::Data::Common::DbBatchCommand ^ default[int] { System::Data::Common::DbBatchCommand ^ get(int index); void set(int index, System::Data::Common::DbBatchCommand ^ value); };
public System.Data.Common.DbBatchCommand this[int index] { get; set; }
member this.Item(int) : System.Data.Common.DbBatchCommand with get, set
Default Public Property Item(index As Integer) As DbBatchCommand

Parámetros

index
Int32

Índice de base cero de DbBatchCommand.

Valor de propiedad

Objeto DbBatchCommand en el índice especificado.

Implementaciones

Excepciones

El índice especificado no existe.

Se aplica a