Compartilhar via


DbBatchCommandCollection.Item[Int32] Propriedade

Definição

Obtém ou define o DbBatchCommand no í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

O índice de base zero do DbBatchCommand.

Valor da propriedade

DbBatchCommand

O DbBatchCommand no índice especificado.

Implementações

Exceções

O índice especificado não existe.

Aplica-se a