Partager via


Classe ForEachItems

Contains a collection of ForEachItem collections. This class cannot be inherited.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ForEachItems _
    Inherits DtsObject _
    Implements ICollection, IEnumerable
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime.Enumerators.Item..::..ForEachItems

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.