Freigeben über


IDTSXMLTask.NodeList-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSXMLTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace