다음을 통해 공유


ForEachNodeListEnumerator.NodeList 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
어셈블리:  Microsoft.SqlServer.ForEachNodeListEnumerator(Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

구문

‘선언
Public ReadOnly Property NodeList As ArrayList 
    Get
‘사용 방법
Dim instance As ForEachNodeListEnumerator 
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
For more information about the ArrayList, see ArrayList Class in the .NET Framework Class Library.

구현

IDTSForEachNodeListEnumerator.NodeList

참고 항목

참조

ForEachNodeListEnumerator 클래스

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 네임스페이스