Compartir a través de


IDTSForEachEnumerator100.CollectionEnumerator Propiedad

Definición

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

Valor de propiedad

true si el enumerador itera en una colección de colecciones; false si el enumerador itera sobre una colección de objetos .

Atributos

Se aplica a