다음을 통해 공유


DbBatchCommandCollection.GetEnumerator 메서드

정의

컬렉션의 지정된 인덱스에 있는 DbBatchCommand 개체를 반환합니다.

public:
 abstract System::Collections::Generic::IEnumerator<System::Data::Common::DbBatchCommand ^> ^ GetEnumerator();
public abstract System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand>
Public MustOverride Function GetEnumerator () As IEnumerator(Of DbBatchCommand)

반환

컬렉션의 지정된 인덱스에 있는 DbBatchCommand 개체입니다.

구현

적용 대상