Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
Public ReadOnly Property NodeList As ArrayList
Get
'Usage
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
Property Value
Type: System.Collections.ArrayList
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.
Implements
IDTSForEachNodeListEnumerator.NodeList
See Also
Reference
ForEachNodeListEnumerator Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace