Поделиться через


Элементы ForEachVariableMapping

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

Тип ForEachVariableMapping предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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

В начало