This topic has not yet been rated - Rate this topic

ManagedForEachEnumeratorWrapper Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the wrapper for the managed For Each enumerator. This class cannot be inherited.

This API is not CLS-compliant. 
System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedForEachEnumeratorWrapper

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
[ComVisibleAttribute(true)]
[GuidAttribute("B94DBDA9-2F52-44B3-B6EB-2438D99B1405")]
[CLSCompliantAttribute(false)]
public sealed class ManagedForEachEnumeratorWrapper : IDTSManagedForEachEnumeratorWrapper100, 
	IDTSForEachEnumerator100, IDTSComponentPersist100, IDTSObjectVersionUpdate100

The ManagedForEachEnumeratorWrapper type exposes the following members.

  Name Description
Public method ManagedForEachEnumeratorWrapper Infrastructure. Initializes a new instance of ManagedForEachEnumeratorWrapper class.
Top
  Name Description
Public property CollectionEnumerator Infrastructure. Gets or sets the collection enumerator.
Public property ManagedForEachEnumeratorQualifiedName Infrastructure. Gets the name of the enumerator.
Public property Version Infrastructure. Gets the version of the enumerator.
Public property WrappedForEachEnumerator Infrastructure. Gets or sets the wrapped For Each enumerator.
Top
  Name Description
Public method CanUpdate Infrastructure. Specifies whether the enumerator can be updated
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Infrastructure. Gets the enumerator.
Public method GetHashCode (Inherited from Object.)
Public method GetSite Infrastructure. Gets the site for the enumerator wrapper.
Public method GetType (Inherited from Object.)
Public method InitializeForEachEnumerator Infrastructure. Initializes the For Each enumerator.
Public method LoadFromXML Infrastructure. Loads an element node from an XML file.
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToXML Infrastructure. Saves a document object to XML.
Public method SetManagedForEachEnumerator Infrastructure. Sets the managed For Each enumerator
Public method SetSite Infrastructure. Sets the pUnk site.
Public method ToString (Inherited from Object.)
Public method Update Infrastructure. Updates the XML object.
Public method Validate Infrastructure. Validates the enumerator wrapper.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)