Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Specifies the type of inner element, which is the InnerElementType property, to be used when the EnumerationType is set to ElementCollection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Ensamblado: Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Sintaxis
'Declaración
Public Enumeration InnerElementType
'Uso
Dim instance As InnerElementType
public enum InnerElementType
public enum class InnerElementType
type InnerElementType
public enum InnerElementType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList