Właściwość ForEachNodeListEnumerator.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
Public ReadOnly Property NodeList As ArrayList
Get
'Użycie
Dim instance As ForEachNodeListEnumerator
Dim value As ArrayList
value = instance.NodeList
public ArrayList NodeList { get; }
public:
virtual property ArrayList^ NodeList {
ArrayList^ get () sealed;
}
abstract NodeList : ArrayList
override NodeList : ArrayList
final 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.