共用方式為


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

頂端