Partager via


Propriété NodeList

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly :  Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Syntaxe

'Déclaration
ReadOnly Property NodeList As ArrayList
    Get
'Utilisation
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

Valeur de propriété

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