ForEachItemEnumeratorClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Implements an enumerator over the IDTSForEachItem100 collection.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[ClassInterfaceAttribute(ClassInterfaceType::None)] [DefaultMemberAttribute("Items")] [TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] [GuidAttribute("4F58AD81-4DA3-40EB-8212-D430A472E121")] public ref class ForEachItemEnumeratorClass : IDTSForEachItemEnumerator100, ForEachItemEnumerator, IDTSName100
| Name | Description | |
|---|---|---|
![]() | ForEachItemEnumeratorClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ForEachItemEnumeratorClass class. |
| Name | Description | |
|---|---|---|
![]() | CreationName | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the string that is used by the run-time to create an instance of the ForEachItemEnumeratorClass object. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets description for the enumerator class. |
![]() | ID | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the GUID assigned to the enumerator class. |
![]() | Items | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a collection of IDTSForEachItems100. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a name for the enumerator class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExportXML(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Exports data to an .xml file. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ImportXML(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Imports XML into the collection. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
For more information, see ForEachItemEnumerator.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


