Contains a collection of ForEachItem collections. This class cannot be inherited.
The following tables list the members exposed by the ForEachItems type.
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Count | Gets an Integer that shows the number of ForEachItem objects in the ForEachItems collection. | 
| .gif) | IsSynchronized | Returns a Boolean that indicates whether access to the ForEachItems collection is synchronized (thread-safe). | 
| .gif) | Item | Returns a ForEachItem object from the collection. | 
| .gif) | SyncRoot | Gets an object that can be used to synchronize access to the ForEachItems collection. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Add | Adds a new ForEachItem collection to the ForEachItems collection. | 
| .gif) | Contains | Returns a Boolean that indicates whether the items in the collection can be accessed by using indexing without causing an exception. | 
| .gif) | CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. | 
| .gif) | Equals | Overloaded. (inherited from DtsObject ) | 
| .gif) | GetEnumerator | Returns a managed IEnumerator to iterate over the ForEachItems collection. | 
| .gif) | GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | op_Equality | (inherited from DtsObject ) | 
| .gif) .gif) | op_Inequality | (inherited from DtsObject ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Remove | Removes a ForEachItem collection from the ForEachItems collection. | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
ForEachItems Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace