ManagedForEachEnumeratorWrapper Class
This API supports the product 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.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
[CLSCompliantAttribute(false)] [GuidAttribute("40E2A222-B8D8-4C0A-888D-6D96F052D6E0")] [ComVisibleAttribute(true)] [ProgIdAttribute("")] public ref class ManagedForEachEnumeratorWrapper sealed : IDTSManagedForEachEnumeratorWrapper100, IDTSForEachEnumerator100, IDTSComponentPersist130, IDTSComponentPersist100, IDTSObjectVersionUpdate100
| Name | Description | |
|---|---|---|
![]() | ManagedForEachEnumeratorWrapper() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of ManagedForEachEnumeratorWrapper class. |
| Name | Description | |
|---|---|---|
![]() | CollectionEnumerator | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the collection enumerator. |
![]() | ManagedForEachEnumeratorQualifiedName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the enumerator. |
![]() | Version | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the version of the enumerator. |
![]() | WrappedForEachEnumerator | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the wrapped For Each enumerator. |
| Name | Description | |
|---|---|---|
![]() | CanUpdate(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether the enumerator can be updated |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator(IDTSConnections100^, IDTSVariableDispenser100^, IDTSInfoEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the enumerator. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSite(Guid%, Object^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the site for the enumerator wrapper. |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeForEachEnumerator(IDTSConnections100^, IDTSInfoEvents100^, IDTSObjectReferenceTracker100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the For Each enumerator. |
![]() | LoadFromXML(Object^, IDTSInfoEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads an element node from an XML file. |
![]() | SaveAndUpdateVersionToXML(Object^, DTSTargetServerVersion, IDTSInfoEvents100^) | |
![]() | SaveToXML(Object^, IDTSInfoEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Saves a document object to XML. |
![]() | SetManagedForEachEnumerator(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the managed For Each enumerator |
![]() | SetSite(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the pUnk site. |
![]() | ToString() | (Inherited from Object.) |
![]() | Update(String^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Updates the XML object. |
![]() | Validate(IDTSConnections100^, IDTSVariableDispenser100^, IDTSInfoEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the enumerator wrapper. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

