Метод DependencyCollection.IEnumerable.GetEnumerator

Returns an IEnumerator interface that is required to iterate through a collection.

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

Синтаксис

'Декларация
Private Function GetEnumerator As IEnumerator 
    Implements IEnumerable.GetEnumerator
'Применение
Dim instance As DependencyCollection 
Dim returnValue As IEnumerator 

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator  
private override GetEnumerator : unit -> IEnumerator
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

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

Тип: System.Collections.IEnumerator
Returns an IEnumerator interface that is required to iterate through a collection.

Реализует

IEnumerable.GetEnumerator()

См. также

Справочник

DependencyCollection Класс

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