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. |