Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the type of inner element, which is the InnerElementType property, to be used when the EnumerationType is set to ElementCollection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
Public Enumeration InnerElementType
'Usage
Dim instance As InnerElementType
public enum InnerElementType
public enum class InnerElementType
type InnerElementType
public enum InnerElementType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Siehe auch
Verweis
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList-Namespace