Metodo SfcCollatedDictionaryCollection<T, K, ParentT>.GetEnumerator

Returns an enumerator that can iterate through the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetEnumerator As IEnumerator(Of T)
'Utilizzo
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>

Valore restituito

Tipo: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object.

Implementa

IEnumerable<T>.GetEnumerator()

Vedere anche

Riferimento

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc