ForEachNodeListEnumerator.EnumerationType 属性

Gets or sets this property to a value from the EnumerationType enumeration.

命名空间:  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)

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType
A value from the EnumerationType enumeration.

实现

IDTSForEachNodeListEnumerator.EnumerationType

请参阅

参考

ForEachNodeListEnumerator 类

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 命名空间