Compartir a través de


ForEachEnumerator.CollectionEnumerator Property

Gets or sets Boolean that indicates if the foreach loop enumerator is enumerating collections of objects or enumerating collections of collections.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public Overridable Property CollectionEnumerator As Boolean
public virtual bool CollectionEnumerator { get; set; }
public:
virtual property bool CollectionEnumerator {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CollectionEnumerator ()

/** @property */
public void set_CollectionEnumerator (boolean value)
public function get CollectionEnumerator () : boolean

public function set CollectionEnumerator (value : boolean)

Valor de propiedad

A Boolean that indicates what the enumerator is iterating over.

Notas

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ForEachEnumerator Class
ForEachEnumerator Members
Microsoft.SqlServer.Dts.Runtime Namespace