次の方法で共有


ForEachNodeListEnumerator.NodeList プロパティ

XPath 操作が生成するノードのコレクションを表す ArrayList クラスを取得します。

名前空間:  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
ArrayList の詳細については、.NET Framework クラス ライブラリの「ArrayList クラス」を参照してください。

実装

IDTSForEachNodeListEnumerator.NodeList

関連項目

参照

ForEachNodeListEnumerator クラス

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 名前空間