Condividi tramite


Proprietà IDTSXMLTask.NodeList

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
ReadOnly Property NodeList As ArrayList 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSXMLTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask