IDTSForEachNodeListEnumerator.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.