Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Ensamblado: Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Collections.ArrayList
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.
Vea también
Referencia
IDTSForEachNodeListEnumerator Interfaz
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList