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 ForEach 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 ManagedWrapper
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 wrapped ForEach enumerator.
Implements
IDTSManagedWrapper100.WrappedForEachEnumerator