Partager via


Méthode SfcCollatedDictionaryCollection<T, K, ParentT>.GetEnumerator

Returns an enumerator that can iterate through the collection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overrides Function GetEnumerator As IEnumerator(Of T)
'Utilisation
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>

Valeur de retour

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

Implémente

IEnumerable<T>.GetEnumerator()

Voir aussi

Référence

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc