Partager via


Propriété IDTSXMLTask.NodeList

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
ReadOnly Property NodeList As ArrayList 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSXMLTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask