Partager via


Méthode DependencyCollection.GetEnumerator

Gets an enumerator that can iterate through the list of objects.

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

Syntaxe

'Déclaration
Public Function GetEnumerator As IEnumerator(Of DependencyCollectionNode)
'Utilisation
Dim instance As DependencyCollection 
Dim returnValue As IEnumerator(Of DependencyCollectionNode)

returnValue = instance.GetEnumerator()
public IEnumerator<DependencyCollectionNode> GetEnumerator()
public:
virtual IEnumerator<DependencyCollectionNode^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<DependencyCollectionNode> 
override GetEnumerator : unit -> IEnumerator<DependencyCollectionNode> 
public final function GetEnumerator() : IEnumerator<DependencyCollectionNode>

Valeur de retour

Type : System.Collections.Generic.IEnumerator<DependencyCollectionNode>
An IEnumerator object value that can be used to iterate through the collection.

Implémente

IEnumerable<T>.GetEnumerator()

Exemples

Création de scripts

Voir aussi

Référence

DependencyCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo