Share via


InnerElementType Enumeration

This enumeration is used when the EnumerationType is set to ElementCollection to specify the type of inner element, which is the InnerElementType property.

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

Syntax

'Declaration
Public Enumeration InnerElementType
public enum InnerElementType
public enum class InnerElementType
public enum InnerElementType
public enum InnerElementType

Members

Member name Description
Navigator Enumerates using an XPathNavigator.
Node Enumerates the nodes of the XML document and returns the text of each node.
NodeText Enumerates over text nodes returned by an XPath operation.

Remarks

New:14 April 2006

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

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