Partilhar via


Propriedade do RDL ForEachNodeListEnumerator.CollectionEnumerator

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly:  Microsoft.SqlServer.ForEachNodeListEnumerator (em Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDTSForEachEnumerator.CollectionEnumerator

Consulte também

Referência

ForEachNodeListEnumerator Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList