Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace
SQL Server 2005
The Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList namespace contains the classes and interfaces used to enumerate a set of XML nodes that result from applying an XPath expession to an XML file.
New: 14 April 2006
| Class | Description |
|---|---|
| ForEachNodeListEnumerator | Defines a class used to enumerate a set of XML nodes that result from applying an XPath expession to an XML file. |
| Interface | Description |
|---|---|
| IDTSForEachNodeListEnumerator | Defines an interface used to enumerate a set of XML nodes that result from applying an XPath expression to an XML file. |
| Enumeration | Description |
|---|---|
| EnumerationType | This enumeration is used by the EnumerationType property so the so the ForEachNodeListEnumerator iterates over the appropriate type of objects found in the NodeList array. |
| InnerElementType | This enumeration is used when the EnumerationType is set to ElementCollection to specify the type of inner element, which is the InnerElementType property. |
| SourceType | This enumeration is used by the InnerXPathStringSourceType, OuterXPathStringSourceType, SourceDocumentType, and OuterXPathString properties to determine where to find the data for the associated property. |