Udostępnij przez


Metoda SfcDictionaryCollection<T, K, ParentT>.GetEnumerator

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera wyliczenia kolekcja.

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 SfcDictionaryCollection
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>
A IEnumerator obiektu dla kolekcja.

Implementacje

IEnumerable<T>.GetEnumerator()