Compartilhar via


SqlBatchCommandCollection.GetEnumerator Método

Definição

Retorna o objeto SqlBatchCommand no índice especificado na coleção.

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)

Retornos

O objeto DbBatchCommand no índice especificado na coleção.

Aplica-se a