Share via


ForEachNodeListEnumerator Class

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

Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in microsoft.sqlserver.foreachnodelistenumerator.dll)

Syntax

'Declaration
Public NotInheritable Class ForEachNodeListEnumerator
    Inherits ForEachEnumerator
    Implements IDTSForEachNodeListEnumerator, IDTSComponentPersist
public sealed class ForEachNodeListEnumerator : ForEachEnumerator, IDTSForEachNodeListEnumerator, IDTSComponentPersist
public ref class ForEachNodeListEnumerator sealed : public ForEachEnumerator, IDTSForEachNodeListEnumerator, IDTSComponentPersist
public final class ForEachNodeListEnumerator extends ForEachEnumerator implements IDTSForEachNodeListEnumerator, IDTSComponentPersist
public final class ForEachNodeListEnumerator extends ForEachEnumerator implements IDTSForEachNodeListEnumerator, IDTSComponentPersist

Remarks

New:14 April 2006

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ForEachNodeListEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace