DbBatchCommandCollection.Item[Int32] Proprietà

Definizione

Ottiene o imposta l'oggetto DbBatchCommand in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

L’indice in base zero dell'oggetto DbBatchCommand.

Valore della proprietà

DbBatchCommand

Oggetto DbBatchCommand in corrispondenza dell'indice specificato.

Implementazioni

Eccezioni

L'indice specificato non esiste.

Si applica a