Partilhar via


Propriedade do RDL XMLTask.NodeList

Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDTSXMLTask.NodeList

Comentários

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

Consulte também

Referência

XMLTask Classe

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask