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


Метод SfcListCollection<T, K, ParentT>.GetEnumerator

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets an enumeration of the collection.

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

Синтаксис

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

returnValue = instance.GetEnumerator()
public override IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() override
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 
public override function GetEnumerator() : IEnumerator<T>

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

Тип: System.Collections.Generic.IEnumerator<T>
A IEnumerator object for the collection.

Реализует

IEnumerable<T>.GetEnumerator()

См. также

Справочник

SfcListCollection<T, K, ParentT> Класс

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