IDTSForEachEnumerator100.CollectionEnumerator Eigenschaft

Definition

Erhält oder setzt einen Wert, der angibt, welche Art von Objekten der Enumerator iteriert.

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

Eigenschaftswert

wahr, wenn der Enumerator über eine Sammlung von Sammlungen iteriert; falsch, wenn der Enumerator über eine Sammlung von Objekten iteriert.

Attribute

Hinweise

Weitere Informationen finden Sie unter IDTSForEachEnumerator.

Gilt für: