ForEachItems Class
Contains a collection of ForEachItem collections. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public NotInheritable Class ForEachItems _
Inherits DtsObject _
Implements ICollection, IEnumerable
'Usage
Dim instance As ForEachItems
public sealed class ForEachItems : DtsObject,
ICollection, IEnumerable
public ref class ForEachItems sealed : public DtsObject,
ICollection, IEnumerable
[<SealedAttribute>]
type ForEachItems =
class
inherit DtsObject
interface ICollection
interface IEnumerable
end
public final class ForEachItems extends DtsObject implements ICollection, IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItems
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.