DbBatchCommandCollection.Item[Int32] Propriété

Définition

Obtient ou définit le DbBatchCommand à l'index spécifié.

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

Paramètres

index
Int32

Index de base zéro de DbBatchCommand.

Valeur de propriété

DbBatchCommand au niveau de l'index spécifié.

Implémente

Exceptions

L'index spécifié n'existe pas.

S’applique à