Compartir a través de


IDTSXMLTask.NodeList Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
ReadOnly Property NodeList As ArrayList 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IDTSXMLTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask