IDTSForEachEnumerator.CollectionEnumerator Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

bool CollectionEnumerator { get; set; }
property bool CollectionEnumerator {
    bool get();
    void set(bool value);
}
abstract CollectionEnumerator : bool with get, set
Property CollectionEnumerator As Boolean

Property Value

Type: System.Boolean

false if the enumerator is iterating over a collection of objects. true if the enumerator is iterating over a collection of collections.

See Also

IDTSForEachEnumerator Interface
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top