IDTSXMLTask.NodeList Propiedad

Definición

Obtiene o establece una colección de nodos producidos por la operación XPath.

public:
 property System::Collections::ArrayList ^ NodeList { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList NodeList { get; }
member this.NodeList : System.Collections.ArrayList
Public ReadOnly Property NodeList As ArrayList

Valor de propiedad

Una clase ArrayList que contiene una colección de nodos producidos por la operación XPath.

Se aplica a