ForEachNodeListEnumerator.CollectionEnumerator Property
Returns a Boolean indicating whether the enumerator type is an element collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CollectionEnumerator As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the EnumerationType is set to ElementCollection; otherwise, false.