IDTSForEachEnumerator100.CollectionEnumerator 属性

定义

获取或设置一个值,该值指示枚举器正在遍历哪种类型的对象。

public:
 property bool CollectionEnumerator { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1)]
public bool CollectionEnumerator { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.CollectionEnumerator : bool with get, set
Public Property CollectionEnumerator As Boolean

属性值

如果枚举器循环访问集合,则为 true;如果枚举器循环访问对象的集合,则为 false。

属性

注解

有关详细信息,请参阅 IDTSForEachEnumerator

适用于