Share via


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」を参照してください。

適用対象