Share via


IDTSXMLTask.NodeList Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets a collection of nodes that the XPath operation produces.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
ReadOnly Property NodeList As ArrayList 
    Get
'Usage
Dim instance As IDTSXMLTask 
Dim value As ArrayList 

value = instance.NodeList
ArrayList NodeList { get; }
property ArrayList^ NodeList {
    ArrayList^ get ();
}
abstract NodeList : ArrayList
function get NodeList () : ArrayList

Property Value

Type: System.Collections.ArrayList
An ArrayList class that contains a collection of nodes that the XPath operation produces.

See Also

Reference

IDTSXMLTask Interface

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace