共用方式為


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.