EnumerationType プロパティ

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

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

構文

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

value = instance.EnumerationType

instance.EnumerationType = value
public EnumerationType EnumerationType { get; set; }
public:
virtual property EnumerationType EnumerationType {
    EnumerationType get () sealed;
    void set (EnumerationType value) sealed;
}
abstract EnumerationType : EnumerationType with get, set
override EnumerationType : EnumerationType with get, set
final function get EnumerationType () : EnumerationType
final function set EnumerationType (value : EnumerationType)

実装

IDTSForEachNodeListEnumerator. . :: . .EnumerationType