共用方式為


IDTSXMLTask.NodeList 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a collection of nodes that the XPath operation produces.

命名空間:  Microsoft.SqlServer.Dts.Tasks.XMLTask
組件:  Microsoft.SqlServer.XMLTask (在 Microsoft.SqlServer.XMLTask.dll 中)

語法

'宣告
ReadOnly Property NodeList As ArrayList 
    Get
'用途
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

屬性值

型別:System.Collections.ArrayList
An ArrayList class that contains a collection of nodes that the XPath operation produces.

請參閱

參考

IDTSXMLTask 介面

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