Compartilhar via


Propriedade do RDL IDTSXMLTask.NodeList

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets 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
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 da propriedade

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

Consulte também

Referência

IDTSXMLTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask