Compartir a través de


ForEachNodeListEnumerator.CollectionEnumerator Propiedad

Returns a Boolean indicating whether the enumerator type is an element collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Ensamblado:  Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property CollectionEnumerator As Boolean 
    Get
'Uso
Dim instance As ForEachNodeListEnumerator 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if the EnumerationType is set to ElementCollection; otherwise, false.

Implementa

IDTSForEachEnumerator.CollectionEnumerator

Vea también

Referencia

ForEachNodeListEnumerator Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList