Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
ReadOnly Property NodeList As ArrayList
Get
'Usage
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
Property Value
Type: System.Collections.ArrayList
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.
See Also
Reference
IDTSForEachNodeListEnumerator Interface
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace