Udostępnij za pośrednictwem


Metoda SfcCollatedDictionaryCollection<T, K, ParentT>.GetEnumerator

Zwraca moduł wyliczający których może iterować w kolekcja.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Overrides Function GetEnumerator As IEnumerator(Of T)
'Użycie
Dim instance As SfcCollatedDictionaryCollection
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>

Wartość zwracana

Typ: System.Collections.Generic.IEnumerator<T>
IEnumerator<T> Obiektu.

Implementacje

IEnumerable<T>.GetEnumerator()