IDTSForEachEnumerator100.CollectionEnumerator Property

Definition

Gets or sets a value that indicates what kind of objects the enumerator is iterating over.

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

Property Value

true if the enumerator is iterating over a collection of collections; false if the enumerator is iterating over a collection of objects.

Attributes

Remarks

For more information, see IDTSForEachEnumerator.

Applies to