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

属性

適用対象