다음을 통해 공유


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 네임스페이스