ForEachVariableMapping Class
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 (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public NotInheritable Class ForEachVariableMapping _
Inherits DtsObject _
Implements IDTSName, IDTSPersist
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.ForEachVariableMapping
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.