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 对象。

适用于