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 objects in the NodeList array that will be iterated over by the ForEachNodeListEnumerator. The EnumerationType property is set to one of the values in this enumeration.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
Public Enumeration EnumerationType
'Usage
Dim instance As EnumerationType
public enum EnumerationType
public enum class EnumerationType
type EnumerationType
public enum EnumerationType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| ElementCollection | Enumerates the element nodes returned by an XPath operation. | |
| Navigator | Enumerates the navigator objects in the XML document | |
| Node | Enumerates the nodes returned by using an XPath operation. | |
| NodeText | Enumerates text nodes returned by an XPath operation. |
Hinweise
If the EnumerationType is Navigator, Node, or NodeText, use the OuterXPathStringSourceType and the OuterXPathString properties.
If the EnumerationType is ElementCollection, set the OuterXPathStringSourceType and OuterXPathString properties. Then, use the InnerElementType property to set the enumeration type for the inner elements. Lastly, set the InnerXPathStringSourceType property.
Siehe auch
Verweis
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList-Namespace