Partager via


Classe ForEachNodeListEnumerator

Defines a class used to enumerate a set of XML nodes that result from applying an XPath expession to an XML file.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly :  Microsoft.SqlServer.ForEachNodeListEnumerator (dans Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ForEachNodeListEnumerator _
    Inherits ForEachEnumerator _
    Implements IDTSForEachNodeListEnumerator, IDTSComponentPersist
'Utilisation
Dim instance As ForEachNodeListEnumerator
public sealed class ForEachNodeListEnumerator : ForEachEnumerator, 
    IDTSForEachNodeListEnumerator, IDTSComponentPersist
public ref class ForEachNodeListEnumerator sealed : public ForEachEnumerator, 
    IDTSForEachNodeListEnumerator, IDTSComponentPersist
[<SealedAttribute>]
type ForEachNodeListEnumerator =  
    class
        inherit ForEachEnumerator
        interface IDTSForEachNodeListEnumerator
        interface IDTSComponentPersist
    end
public final class ForEachNodeListEnumerator extends ForEachEnumerator implements IDTSForEachNodeListEnumerator, IDTSComponentPersist

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime. . :: . .ForEachEnumerator
      Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList..::..ForEachNodeListEnumerator

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.