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
| 名称 | Description | |
|---|---|---|
| .gif) | 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) | 
| .gif) | Items | Gets or sets a collection of ForEachItems. | 
| .gif) | Version | Returns the version number of the package. This property is read-only. (inherited from ForEachEnumerator) | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | CanUpdate | (inherited from ForEachEnumerator ) | 
| .gif) | Equals | Overloaded. (inherited from DtsObject ) | 
| .gif) | ExportXML | Exports data to an .xml file. | 
| .gif) | GetEnumerator | Overridden. Gets an IEnumerator interface for iterating through the ForEachItem collection. | 
| .gif) | GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | ImportXML | Imports XML into the collection. | 
| .gif) | InitializeForEachEnumerator | (inherited from ForEachEnumerator ) | 
| .gif) .gif) | op_Equality | (inherited from DtsObject ) | 
| .gif) .gif) | op_Inequality | (inherited from DtsObject ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
| .gif) | Update | (inherited from ForEachEnumerator ) | 
| .gif) | Validate | (inherited from ForEachEnumerator ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
ForEachItemEnumerator Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace