Udostępnij przez


Właściwość ForEachNodeListEnumerator.CollectionEnumerator

Zwraca wartość logiczna wskazująca, czy typ modułu wyliczającego jest kolekcja elementów.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Zestaw:  Microsoft.SqlServer.ForEachNodeListEnumerator (w Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property CollectionEnumerator As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
true if the EnumerationType is zestaw to ElementCollection; w przeciwnym razie false.

Implementacje

IDTSForEachEnumerator.CollectionEnumerator