共用方式為


XMLTask.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.

請參閱

參考

XMLTask 類別

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空間