Partager via


Classe ForEachItemEnumerator

Implements an enumerator over the ForEachItem collection. 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 ForEachItemEnumerator _
    Inherits ForEachEnumerator
'Utilisation
Dim instance As ForEachItemEnumerator
public sealed class ForEachItemEnumerator : ForEachEnumerator
public ref class ForEachItemEnumerator sealed : public ForEachEnumerator
[<SealedAttribute>]
type ForEachItemEnumerator =  
    class
        inherit ForEachEnumerator
    end
public final class ForEachItemEnumerator extends ForEachEnumerator

Notes

This class allows access to the enumerator items directly without calling GetEnumerator. This interface also allows the enumerator to have data added to its collection. Additionally, it has ImportXML and ExportXML methods that allow the enumerator to read and write data to an .xml file.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime. . :: . .ForEachEnumerator
      Microsoft.SqlServer.Dts.Runtime.Enumerators.Item..::..ForEachItemEnumerator

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.