ForEachItem Methods
Namespace:
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | Add() | Adds a new, empty ForEachItemValue object to the end of the collection. |
![]() | Contains(Object^) | Returns a Boolean that indicates whether the items in the collection can be accessed by using indexing. |
![]() | CopyTo(Array^, Int32) | Copies the entire collection to a one-dimensional array, starting at the specified index of the target array. |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Inherited from DtsObject.) |
![]() | GetEnumerator() | Returns an enumerator for use in iterating over the ForEachItem collection. |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from DtsObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(Object^) | Removes a ForEachItem object from the collection. |
![]() | ToString() | (Inherited from Object.) |
Show:
