Compartir a través de


IDTSForEachNodeListEnumerator.NodeList Propiedad

Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Ensamblado:  Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Sintaxis

'Declaración
ReadOnly Property NodeList As ArrayList 
    Get
'Uso
Dim instance As IDTSForEachNodeListEnumerator 
Dim value As ArrayList 

value = instance.NodeList
ArrayList NodeList { get; }
property ArrayList^ NodeList {
    ArrayList^ get ();
}
abstract NodeList : ArrayList
function get NodeList () : ArrayList

Valor de la propiedad

Tipo: System.Collections.ArrayList
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.

Vea también

Referencia

IDTSForEachNodeListEnumerator Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList