Compartir a través de


ForEachEnumeratorHostClass.CollectionEnumerator Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a Boolean that indicates if the hosting enumerator is enumerating collections of objects or enumerating collections of collections.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Property CollectionEnumerator As Boolean 
    Get 
    Set
'Uso
Dim instance As ForEachEnumeratorHostClass 
Dim value As Boolean 

value = instance.CollectionEnumerator

instance.CollectionEnumerator = value
public virtual bool CollectionEnumerator { get; set; }
public:
virtual property bool CollectionEnumerator {
    bool get ();
    void set (bool value);
}
abstract CollectionEnumerator : bool with get, set 
override CollectionEnumerator : bool with get, set
function get CollectionEnumerator () : boolean 
function set CollectionEnumerator (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the hosting enumerator is enumerating collections of objects; false if the hosting enumerator is enumerating collections of collections.

Implementa

IDTSForEachEnumerator100.CollectionEnumerator

Vea también

Referencia

ForEachEnumeratorHostClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper