Classe ForEachVariableMapping
Maps each variable to the value or expression that it holds. This class cannot be inherited.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ForEachVariableMapping _
Inherits DtsObject _
Implements IDTSName, IDTSPersist
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..ForEachVariableMapping
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.