IDTSXMLTask.NodeList 属性

定义

获取或设置 XPath 运算生成的节点集合。

public:
 property System::Collections::ArrayList ^ NodeList { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList NodeList { get; }
member this.NodeList : System.Collections.ArrayList
Public ReadOnly Property NodeList As ArrayList

属性值

一个 ArrayList 类,其中包含 XPath 运算生成的节点集合。

适用于