다음을 통해 공유


NodeList 속성

Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.XMLTask
어셈블리:  Microsoft.SqlServer.XMLTask.dll의 Microsoft.SqlServer.XMLTask

구문

‘선언
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.