IDTSForEachEnumerator.CollectionEnumerator Property
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
'Declaration
Property CollectionEnumerator As Boolean
bool CollectionEnumerator { get; set; }
property bool CollectionEnumerator {
bool get ();
void set (bool value);
}
/** @property */
boolean get_CollectionEnumerator ()
/** @property */
void set_CollectionEnumerator (boolean value)
function get CollectionEnumerator () : boolean
function set CollectionEnumerator (value : boolean)
Property Value
false if the enumerator is iterating over a collection of objects. true if the enumerator is iterating over a collection of collections.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IDTSForEachEnumerator Interface
IDTSForEachEnumerator Members
Microsoft.SqlServer.Dts.Runtime Namespace