ForEachEnumeratorHostClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the host class for the ForEachItemEnumeratorClass. This class cannot be inherited.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[ClassInterfaceAttribute(ClassInterfaceType::None)] [GuidAttribute("6B3B7A95-8AF7-49C8-A46C-6233549B90A9")] [TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] public ref class ForEachEnumeratorHostClass : ForEachEnumeratorHost, IDTSName100, IDTSObjectHost100, IDTSForEachEnumerator100, IDTSPropertiesProvider100
| Name | Description | |
|---|---|---|
![]() | ForEachEnumeratorHostClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ForEachEnumeratorHostClass class. |
| Name | Description | |
|---|---|---|
![]() | CollectionEnumerator | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates if the hosting enumerator is enumerating collections of objects or enumerating collections of collections. |
![]() | 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. This property is read-only. |
![]() | DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether ForEachItemEnumeratorClass validation is delayed until the package runs. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets description for the host. |
![]() | HostType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumeration that describes the type of host that the ForEachItemEnumeratorClass is being used by. This property is read-only. |
![]() | ID | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the GUID assigned to the host. |
![]() | InnerObject | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the inner object of the host, which is the ForEachItemEnumeratorClass that is being hosted. |
![]() | 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 host. |
![]() | Properties | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a IDTSProperties100 collection that contains IDTSProperty100 objects. Each IDTSProperty100 has additional information about each task in the ForEachItemEnumeratorClass. |
| Name | Description | |
|---|---|---|
![]() | ComputeExpressions(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Computes the expressions in the property collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (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. Returns an IEnumerator interface for use in iterating over the ForEachItemEnumeratorClass. |
![]() | GetExpression(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a String that contains the expression for the specified property. Null means no expression is assigned. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | 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 properties associated with the task. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetExpression(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the specified expression to the property. Specify null to remove an existing expression from the property. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(IDTSConnections100^, IDTSVariableDispenser100^, IDTSInfoEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Allows the host to determine if there are invalid settings that will prevent the ForEachItemEnumeratorClass from executing successfully. |
For more information, see ForEachEnumeratorHost.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


