ForEachItemEnumerator Members
Implements an enumerator over the ForEachItem collection. This class cannot be inherited.
The following tables list the members exposed by the ForEachItemEnumerator type.
Public Properties
Name | Description | |
---|---|---|
CollectionEnumerator | Gets or sets Boolean that indicates if the foreach loop enumerator is enumerating collections of objects or enumerating collections of collections. (inherited from ForEachEnumerator) | |
Items | Gets or sets a collection of ForEachItems. | |
Version | Returns the version number of the package. This property is read-only. (inherited from ForEachEnumerator) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CanUpdate | (inherited from ForEachEnumerator ) | |
Equals | Overloaded. (inherited from DtsObject ) | |
ExportXML | Exports data to an .xml file. | |
GetEnumerator | Overridden. Gets an IEnumerator interface for iterating through the ForEachItem collection. | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
ImportXML | Imports XML into the collection. | |
InitializeForEachEnumerator | (inherited from ForEachEnumerator ) | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
Update | (inherited from ForEachEnumerator ) | |
Validate | (inherited from ForEachEnumerator ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
ForEachItemEnumerator Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace