IDTSForEachEnumerator.CollectionEnumerator プロパティ

定義

列挙子が反復処理しているオブジェクトの種類を示すブール型 (Boolean) の値を取得または設定します。

public:
 property bool CollectionEnumerator { bool get(); void set(bool value); };
public bool CollectionEnumerator { get; set; }
member this.CollectionEnumerator : bool with get, set
Public Property CollectionEnumerator As Boolean

プロパティ値

列挙子がオブジェクトのコレクションを反復処理している場合は false。 列挙子がコレクションのコレクションを反復処理している場合は true。

適用対象