Classe ForEachItemValue
Stores a value from the ForEachItem collection. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public NotInheritable Class ForEachItemValue _
Inherits DtsObject
'Uso
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
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item..::..ForEachItemValue
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também