Поделиться через


SqlBatchCommandCollection.GetEnumerator Метод

Определение

Возвращает объект SqlBatchCommand по указанному индексу в коллекции.

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)

Возвращаемое значение

Объект DbBatchCommand по указанному индексу в коллекции.

Применяется к