ForEachNodeListEnumerator.CollectionEnumerator 属性

Returns a Boolean indicating whether the enumerator type is an element collection.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
程序集:  Microsoft.SqlServer.ForEachNodeListEnumerator(在 Microsoft.SqlServer.ForEachNodeListEnumerator.dll 中)

语法

声明
Public Overrides ReadOnly Property CollectionEnumerator As Boolean 
    Get
用法
Dim instance As ForEachNodeListEnumerator 
Dim value As Boolean 

value = instance.CollectionEnumerator
public override bool CollectionEnumerator { get; }
public:
virtual property bool CollectionEnumerator {
    bool get () override;
}
abstract CollectionEnumerator : bool 
override CollectionEnumerator : bool
override function get CollectionEnumerator () : boolean

属性值

类型:System.Boolean
true if the EnumerationType is set to ElementCollection; otherwise, false.

实现

IDTSForEachEnumerator.CollectionEnumerator

请参阅

参考

ForEachNodeListEnumerator 类

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