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


Метод SfcReferenceCollection<K, T, S>.GetEnumerator

Returns an enumerator that iterates through a collection.

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

Синтаксис

'Декларация
Public Function GetEnumerator As IEnumerator
'Применение
Dim instance As SfcReferenceCollection 
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 IEnumerator object that can be used to iterate through the collection.

Реализует

IEnumerable.GetEnumerator()

См. также

Справочник

SfcReferenceCollection<K, T, S> Класс

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