ManagedForEachEnumeratorWrapper Class
This API supports the infrastructure and is not intended to be used directly from your code.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedForEachEnumeratorWrapper
Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<GuidAttribute("2E85AEBC-61EC-4C21-B7BC-1BCD26B6A65A")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedForEachEnumeratorWrapper _
    Implements IDTSManagedForEachEnumeratorWrapper100, IDTSForEachEnumerator100, IDTSComponentPersist100, IDTSObjectVersionUpdate100
'Usage
Dim instance As ManagedForEachEnumeratorWrapper
[GuidAttribute("2E85AEBC-61EC-4C21-B7BC-1BCD26B6A65A")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedForEachEnumeratorWrapper : IDTSManagedForEachEnumeratorWrapper100, 
    IDTSForEachEnumerator100, IDTSComponentPersist100, IDTSObjectVersionUpdate100
[GuidAttribute(L"2E85AEBC-61EC-4C21-B7BC-1BCD26B6A65A")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ManagedForEachEnumeratorWrapper sealed : IDTSManagedForEachEnumeratorWrapper100, 
    IDTSForEachEnumerator100, IDTSComponentPersist100, IDTSObjectVersionUpdate100
[<SealedAttribute>]
[<GuidAttribute("2E85AEBC-61EC-4C21-B7BC-1BCD26B6A65A")>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ManagedForEachEnumeratorWrapper =  
    class
        interface IDTSManagedForEachEnumeratorWrapper100
        interface IDTSForEachEnumerator100
        interface IDTSComponentPersist100
        interface IDTSObjectVersionUpdate100
    end
public final class ManagedForEachEnumeratorWrapper implements IDTSManagedForEachEnumeratorWrapper100, IDTSForEachEnumerator100, IDTSComponentPersist100, IDTSObjectVersionUpdate100
The ManagedForEachEnumeratorWrapper type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]()  | 
CollectionEnumerator | Infrastructure. | 
![]()  | 
ManagedForEachEnumeratorQualifiedName | Infrastructure. | 
![]()  | 
Version | Infrastructure. | 
![]()  | 
WrappedForEachEnumerator | Infrastructure. | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
CanUpdate | Infrastructure. | 
![]()  | 
Equals | (Inherited from Object.) | 
![]()  | 
Finalize | (Inherited from Object.) | 
![]()  | 
GetEnumerator | Infrastructure. | 
![]()  | 
GetHashCode | (Inherited from Object.) | 
![]()  | 
GetSite | Infrastructure. | 
![]()  | 
GetType | (Inherited from Object.) | 
![]()  | 
InitializeForEachEnumerator | Infrastructure. | 
![]()  | 
LoadFromXML | Infrastructure. | 
![]()  | 
MemberwiseClone | (Inherited from Object.) | 
![]()  | 
SaveToXML | Infrastructure. | 
![]()  | 
SetManagedForEachEnumerator | Infrastructure. | 
![]()  | 
SetSite | Infrastructure. | 
![]()  | 
ToString | (Inherited from Object.) | 
![]()  | 
Update | Infrastructure. | 
![]()  | 
Validate | Infrastructure. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)