Поделиться через


Свойство NodeList

Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Сборка:  Microsoft.SqlServer.XMLTask (в Microsoft.SqlServer.XMLTask.dll)

Синтаксис

'Декларация
Public ReadOnly Property NodeList As ArrayList
    Get
'Применение
Dim instance As XMLTask
Dim value As ArrayList

value = instance.NodeList
public ArrayList NodeList { get; }
public:
virtual property ArrayList^ NodeList {
    ArrayList^ get () sealed;
}
abstract NodeList : ArrayList
override NodeList : ArrayList
final function get NodeList () : ArrayList

Значение свойства

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

Реализует

IDTSXMLTask. . :: . .NodeList

Замечания

This property is used when the OperationType is set to XPATH.