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.