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


Метод GetEnumerator

Gets an enumerator that can iterate through the list of objects.

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

Синтаксис

'Декларация
Public Function GetEnumerator As IEnumerator(Of DependencyCollectionNode)
'Применение
Dim instance As DependencyCollection
Dim returnValue As IEnumerator(Of DependencyCollectionNode)

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

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

Тип: System.Collections.Generic. . :: . .IEnumerator< (Of < ( <'DependencyCollectionNode> ) > ) >
An IEnumerator object value that can be used to iterate through the collection.

Реализует

IEnumerable< (Of < ( <'T> ) > ) >. . :: . .GetEnumerator() () () ()