다음을 통해 공유


ChangeBatchBase.System.Collections.IEnumerable.GetEnumerator 메서드

이 일괄 변경 내용에서 항목 변경 내용을 열거하는 개체를 가져옵니다.

네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
‘사용 방법
Dim instance As ChangeBatchBase
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator
IEnumerator IEnumerable.GetEnumerator ()
private:
virtual IEnumerator^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

반환 값

이 일괄 변경 내용에서 항목 변경 내용을 열거하는 개체입니다.

주의

이 메서드는 명시적으로 구현됩니다. 이 메서드에 액세스하는 코드는 먼저 캐스팅 연산자 또는 as 키워드를 사용하여 ChangeBatchBase 개체를 IEnumerable 인터페이스로 캐스팅해야 합니다.

참고 항목

참조

ChangeBatchBase 클래스
ChangeBatchBase 멤버
Microsoft.Synchronization 네임스페이스