Udostępnij przez


Właściwość IDTSForEachNodeListEnumerator.NodeList

Pobiera klasy obiektu ArrayList, który zawiera kolekcja węzłów, które produkuje operacji XPath.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Zestaw:  Microsoft.SqlServer.ForEachNodeListEnumerator (w Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Składnia

'Deklaracja
ReadOnly Property NodeList As ArrayList
    Get
'Użycie
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

Wartość właściwości

Typ: System.Collections.ArrayList
Aby uzyskać więcej informacji na temat Lista ArrayList Zobacz klasy obiektu ArrayList w.Biblioteka klas .NET Framework.