This topic has not yet been rated - Rate this topic

ForEachVariableMapping Class

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

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class ForEachVariableMapping : DtsObject, 
	IDTSName, IDTSPersist

The ForEachVariableMapping type exposes the following members.

  Name Description
Public property CreationName Returns the String that is used by the runtime to create an instance of the object and add it to its collection. This property is read-only.
Public property Description Gets or sets a String that contains the description for the variable.
Public property ID Gets a String that contains the unique ID assigned to the variable. This is usually a GUID. This property is read-only.
Public property Name Gets or sets a String that contains the name for the mapping that is used in the user interface.
Public property ValueIndex Gets or sets the index into the array for those enumerators that provide collections as their value.
Public property VariableName Gets or sets a String that contains the name of the variable
Top
  Name Description
Public method Equals Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType (Inherited from Object.)
Public method LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)