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


Метод ReplicationBaseCollection.GetEnumerator

Gets an enumerator that is used to iterate through the objects in a collection.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Function GetEnumerator As IEnumerator
'Применение
Dim instance As ReplicationBaseCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator  
override GetEnumerator : unit -> IEnumerator
public final function GetEnumerator() : IEnumerator

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

Тип: System.Collections.IEnumerator
An instance IEnumerator.

Реализует

IEnumerable.GetEnumerator()

Замечания

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

См. также

Справочник

ReplicationBaseCollection Класс

Пространство имен Microsoft.SqlServer.Replication