Compartilhar via


Classe ForEachVariableMapping

Maps each variable to the value or expression that it holds. This class cannot be inherited.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public NotInheritable Class ForEachVariableMapping _
    Inherits DtsObject _
    Implements IDTSName, IDTSPersist
'Uso
Dim instance As ForEachVariableMapping
public sealed class ForEachVariableMapping : DtsObject, 
    IDTSName, IDTSPersist
public ref class ForEachVariableMapping sealed : public DtsObject, 
    IDTSName, IDTSPersist
[<SealedAttribute>]
type ForEachVariableMapping =  
    class
        inherit DtsObject
        interface IDTSName
        interface IDTSPersist
    end
public final class ForEachVariableMapping extends DtsObject implements IDTSName, IDTSPersist

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..ForEachVariableMapping

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.