Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a Boolean that indicates if the hosting enumerator is enumerating collections of objects or enumerating collections of collections.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property CollectionEnumerator As Boolean
Get
Set
'Usage
Dim instance As ForEachEnumeratorHostClass
Dim value As Boolean
value = instance.CollectionEnumerator
instance.CollectionEnumerator = value
public virtual bool CollectionEnumerator { get; set; }
public:
virtual property bool CollectionEnumerator {
bool get ();
void set (bool value);
}
abstract CollectionEnumerator : bool with get, set
override CollectionEnumerator : bool with get, set
function get CollectionEnumerator () : boolean
function set CollectionEnumerator (value : boolean)
Property Value
Type: System.Boolean
true if the hosting enumerator is enumerating collections of objects; false if the hosting enumerator is enumerating collections of collections.
Implements
IDTSForEachEnumerator100.CollectionEnumerator