ForEachNodeListEnumerator::NodeList Property

 

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)

public:
property ArrayList^ NodeList {
	virtual ArrayList^ get() sealed;
}

Property Value

Type: System.Collections::ArrayList^

For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.

Return to top
Show: