Compartir a través de


XMLTask.NodeList Propiedad

Gets an ArrayList class that contains 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
Public ReadOnly Property NodeList As ArrayList 
    Get
'Uso
Dim instance As XMLTask 
Dim value As ArrayList 

value = instance.NodeList
public ArrayList NodeList { get; }
public:
virtual property ArrayList^ NodeList {
    ArrayList^ get () sealed;
}
abstract NodeList : ArrayList 
override NodeList : ArrayList
final 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.

Implementa

IDTSXMLTask.NodeList

Comentarios

This property is used when the OperationType is set to XPATH.

Vea también

Referencia

XMLTask Clase

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