Partager via


Classe ForEachItemValue

Stores a value from 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 ForEachItemValue _
    Inherits DtsObject
'Utilisation
Dim instance As ForEachItemValue
public sealed class ForEachItemValue : DtsObject
public ref class ForEachItemValue sealed : public DtsObject
[<SealedAttribute>]
type ForEachItemValue =  
    class
        inherit DtsObject
    end
public final class ForEachItemValue extends DtsObject

Hiérarchie d'héritage

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

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.