InnerElementType 枚举
Specifies the type of inner element, which is the InnerElementType property, to be used when the EnumerationType is set to ElementCollection.
命名空间: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
程序集: Microsoft.SqlServer.ForEachNodeListEnumerator(在 Microsoft.SqlServer.ForEachNodeListEnumerator.dll 中)
语法
声明
Public Enumeration InnerElementType
用法
Dim instance As InnerElementType
public enum InnerElementType
public enum class InnerElementType
type InnerElementType
public enum InnerElementType
成员
成员名称 | 说明 | |
---|---|---|
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. |