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 中)
語法
'宣告
Public ReadOnly Property NodeList As ArrayList
Get
'用途
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
屬性值
型別:System.Collections. . :: . .ArrayList
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.