Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Microsoft.SqlServer.Dts.Runtime.Enumerators.Item namespace contains the interfaces and classes used to set properties on the ForEachItem enumerator.
Classes
ForEachItem |
Returns a ForEachItemValueEnumerator. This class cannot be inherited. |
ForEachItemEnumerator |
Implements an enumerator over the ForEachItem collection. This class cannot be inherited. |
ForEachItems |
Contains a collection of ForEachItem collections. This class cannot be inherited. |
ForEachItemsEnumerator |
Enumerates over the ForEachItems collection. This class cannot be inherited. |
ForEachItemValue |
Stores a value from the ForEachItem collection. This class cannot be inherited. |
ForEachItemValueEnumerator |
Implements an enumerator over the ForEachItemValue collection. This class cannot be inherited. |