Propriedade do RDL NodeList
Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (em Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Sintaxe
'Declaração
ReadOnly Property NodeList As ArrayList
Get
'Uso
Dim instance As IDTSForEachNodeListEnumerator
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
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.
Consulte também