EnumerationType 列挙体

ForEachNodeListEnumerator によって繰り返し処理される NodeList 配列内のオブジェクトの型を示します。EnumerationType プロパティは、この列挙のいずれかの値に設定されます。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
アセンブリ:  Microsoft.SqlServer.ForEachNodeListEnumerator (Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

構文

'宣言
Public Enumeration EnumerationType
'使用
Dim instance As EnumerationType
public enum EnumerationType
public enum class EnumerationType
type EnumerationType
public enum EnumerationType

メンバー

メンバー名 説明
Navigator XML ドキュメント内のナビゲータ オブジェクトを列挙します。
Node XPath 操作を使用して返されるノードを列挙します。
NodeText XPath 操作で返されるテキスト ノードを列挙します。
ElementCollection XPath 操作で返される要素ノードを列挙します。

説明

EnumerationType が Navigator、Node、または NodeText の場合、OuterXPathStringSourceType プロパティおよび OuterXPathString プロパティを使用します。

EnumerationType が ElementCollection の場合、OuterXPathStringSourceType プロパティおよび OuterXPathString プロパティを設定します。次に、InnerElementType プロパティを使用して、内部の要素に列挙型を設定します。さらに、InnerXPathStringSourceType プロパティを設定します。