Partager via


Énumération InnerElementType

Specifies the type of inner element, which is the InnerElementType property, to be used when the EnumerationType is set to ElementCollection.

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

Syntaxe

'Déclaration
Public Enumeration InnerElementType
'Utilisation
Dim instance As InnerElementType
public enum InnerElementType
public enum class InnerElementType
type InnerElementType
public enum InnerElementType

Membres

Nom de membre 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.