Microsoft.SqlServer.Dts.Runtime.Enumerators.FromVar 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.FromVar namespace contains the classes and interfaces used to enumerate over the objects that are in a variable.
Classes
ForEachFromVarEnumerator |
This enumerator is used to loop over the objects that are in the variable specified in VariableName. |
Interfaces
IDTSForEachFromVarEnumerator |
Defines an interface inherited by the ForEachFromVarEnumerator class. |