ForEachVariableMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps each variable to the value or expression that it holds. This class cannot be inherited.
public ref class ForEachVariableMapping sealed : Microsoft::SqlServer::Dts::Runtime::DtsObject, Microsoft::SqlServer::Dts::Runtime::IDTSName, Microsoft::SqlServer::Dts::Runtime::IDTSPersist
public sealed class ForEachVariableMapping : Microsoft.SqlServer.Dts.Runtime.DtsObject, Microsoft.SqlServer.Dts.Runtime.IDTSName, Microsoft.SqlServer.Dts.Runtime.IDTSPersist
type ForEachVariableMapping = class
inherit DtsObject
interface IDTSName
interface IDTSPersist
Public NotInheritable Class ForEachVariableMapping
Inherits DtsObject
Implements IDTSName, IDTSPersist
- Inheritance
- Implements
Properties
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. |
Description |
Gets or sets a String that contains the description for the variable. |
ID |
Gets a String that contains the unique ID assigned to the variable. This is usually a GUID. This property is read-only. |
Name |
Gets or sets a String that contains the name for the mapping that is used in the user interface. |
ValueIndex |
Gets or sets the index into the array for those enumerators that provide collections as their value. |
VariableName |
Gets or sets a String that contains the name of the variable |
Methods
Equals(Object) |
Determines whether two object instances are equal. (Inherited from DtsObject) |
GetHashCode() |
Returns the hash code for this instance. (Inherited from DtsObject) |
LoadFromXML(XmlNode, IDTSEvents) |
This method is not callable by your application code. To load a package saved as .xml, use the LoadPackage(String, IDTSEvents) method. |
SaveToXML(XmlDocument, XmlNode, IDTSEvents) |
This method is not callable by your application code. To save a package as .xml, use the SaveToXml(String, Package, IDTSEvents) method. |