IDTSForEachEnumerator100.CollectionEnumerator Proprietà

Definizione

Ottiene o imposta un valore che indica su quale tipo di oggetti l'enumeratore esegue l'iterazione.

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

Valore della proprietà

Boolean

true se l'enumeratore esegue l'iterazione su una raccolta di raccolte. false se l'enumeratore esegue l'iterazione su una raccolta di oggetti.

Attributi

Commenti

Per altre informazioni, vedere IDTSForEachEnumerator.

Si applica a