ForEachVariableMapping 類別

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

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public NotInheritable Class ForEachVariableMapping _
    Inherits DtsObject _
    Implements IDTSName, IDTSPersist
'用途
Dim instance As ForEachVariableMapping
public sealed class ForEachVariableMapping : DtsObject, 
    IDTSName, IDTSPersist
public ref class ForEachVariableMapping sealed : public DtsObject, 
    IDTSName, IDTSPersist
[<SealedAttribute>]
type ForEachVariableMapping =  
    class 
        inherit DtsObject 
        interface IDTSName 
        interface IDTSPersist 
    end
public final class ForEachVariableMapping extends DtsObject implements IDTSName, IDTSPersist

ForEachVariableMapping 型別公開下列成員。

屬性

  名稱 說明
公用屬性 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

上層

方法

  名稱 說明
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
公用方法 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.
公用方法 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dts.Runtime 命名空間