Lire en anglais

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

public IEnumerator<DependencyCollectionNode> GetEnumerator()

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