Свойство NodeList
Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Сборка: Microsoft.SqlServer.ForEachNodeListEnumerator (в Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Синтаксис
'Декларация
ReadOnly Property NodeList As ArrayList
Get
'Применение
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
Значение свойства
Тип: System.Collections. . :: . .ArrayList
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.