Share via


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

[GuidAttribute("2E85AEBC-61EC-4C21-B7BC-1BCD26B6A65A")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedForEachEnumeratorWrapper : IDTSManagedForEachEnumeratorWrapper100, 
    IDTSForEachEnumerator100, IDTSComponentPersist100, IDTSObjectVersionUpdate100

The ManagedForEachEnumeratorWrapper type exposes the following members.

Constructors

  Name Description
Public method ManagedForEachEnumeratorWrapper Infrastructure.

Top

Properties

  Name Description
Public property CollectionEnumerator Infrastructure.
Public property ManagedForEachEnumeratorQualifiedName Infrastructure.
Public property Version Infrastructure.
Public property WrappedForEachEnumerator Infrastructure.

Top

Methods

  Name Description
Public method CanUpdate Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Infrastructure.
Public method GetHashCode (Inherited from Object.)
Public method GetSite Infrastructure.
Public method GetType (Inherited from Object.)
Public method InitializeForEachEnumerator Infrastructure.
Public method LoadFromXML Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToXML Infrastructure.
Public method SetManagedForEachEnumerator Infrastructure.
Public method SetSite Infrastructure.
Public method ToString (Inherited from Object.)
Public method Update Infrastructure.
Public method 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.