Compartir a través de


ForEachVariableMapping Miembros

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

El tipo ForEachVariableMapping expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método publico LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública 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.
Propiedad pública Description Gets or sets a String that contains the description for the variable.
Propiedad pública ID Gets a String that contains the unique ID assigned to the variable. This is usually a GUID. This property is read-only.
Propiedad pública Name Gets or sets a String that contains the name for the mapping that is used in the user interface.
Propiedad pública ValueIndex Gets or sets the index into the array for those enumerators that provide collections as their value.
Propiedad pública VariableName Gets or sets a String that contains the name of the variable

Principio