Partager via


SqlBatchCommandCollection.GetEnumerator Méthode

Définition

Retourne l’objet SqlBatchCommand à l’index spécifié dans la collection.

public:
 override System::Collections::Generic::IEnumerator<System::Data::Common::DbBatchCommand ^> ^ GetEnumerator();
public override System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand>
Public Overrides Function GetEnumerator () As IEnumerator(Of DbBatchCommand)

Retours

Objet DbBatchCommand à l’index spécifié dans la collection.

S’applique à