次の方法で共有


IDTSForEachNodeListEnumerator.EnumerationType プロパティ

EnumerationType 列挙からこのプロパティの値を取得します。値の設定も可能です。

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

構文

'宣言
Property EnumerationType As EnumerationType 
    Get 
    Set
'使用
Dim instance As IDTSForEachNodeListEnumerator 
Dim value As EnumerationType 

value = instance.EnumerationType

instance.EnumerationType = value
EnumerationType EnumerationType { get; set; }
property EnumerationType EnumerationType {
    EnumerationType get ();
    void set (EnumerationType value);
}
abstract EnumerationType : EnumerationType with get, set
function get EnumerationType () : EnumerationType 
function set EnumerationType (value : EnumerationType)

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType
EnumerationType 列挙の値です。

関連項目

参照

IDTSForEachNodeListEnumerator インターフェイス

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