Поделиться через


Свойство CollectionEnumerator

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Сборка:  Microsoft.SqlServer.ForEachNodeListEnumerator (в Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property CollectionEnumerator As Boolean
    Get
'Применение
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

Значение свойства

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

Реализует

IDTSForEachEnumerator. . :: . .CollectionEnumerator