Compartir a través de


NodeList Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Collections. . :: . .ArrayList