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 the wrapped For Each enumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property WrappedForEachEnumerator As Object
Get
Set
'Usage
Dim instance As ManagedForEachEnumeratorWrapper
Dim value As Object
value = instance.WrappedForEachEnumerator
instance.WrappedForEachEnumerator = value
public Object WrappedForEachEnumerator { get; set; }
public:
virtual property Object^ WrappedForEachEnumerator {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract WrappedForEachEnumerator : Object with get, set
override WrappedForEachEnumerator : Object with get, set
final function get WrappedForEachEnumerator () : Object
final function set WrappedForEachEnumerator (value : Object)
Property Value
Type: System.Object
The enumerator.
Implements
IDTSManagedForEachEnumeratorWrapper100.WrappedForEachEnumerator