IDTSForEachEnumerator100.CollectionEnumerator Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see IDTSForEachEnumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property CollectionEnumerator As Boolean
Get
Set
'Usage
Dim instance As IDTSForEachEnumerator100
Dim value As Boolean
value = instance.CollectionEnumerator
instance.CollectionEnumerator = value
bool CollectionEnumerator { get; set; }
property bool CollectionEnumerator {
bool get ();
void set (bool value);
}
abstract CollectionEnumerator : bool with get, set
function get CollectionEnumerator () : boolean
function set CollectionEnumerator (value : boolean)
Property Value
Type: System.Boolean