共用方式為


InputIDToNameMap 類別

Represents the input ID to name map.

繼承階層

System.Object
  System.Collections.Generic.Dictionary<Int32, String>
    Microsoft.SqlServer.Dts.Pipeline.InputIDToNameMap

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

語法

'宣告
Public Class InputIDToNameMap _
    Inherits Dictionary(Of Integer, String)
'用途
Dim instance As InputIDToNameMap
public class InputIDToNameMap : Dictionary<int, string>
public ref class InputIDToNameMap : public Dictionary<int, String^>
type InputIDToNameMap =  
    class 
        inherit Dictionary<int, string>
    end
public class InputIDToNameMap extends Dictionary<int, String>

InputIDToNameMap 型別公開下列成員。

建構函式

  名稱 說明
公用方法 InputIDToNameMap Initializes a new instance of the InputIDToNameMap class.

上層

屬性

  名稱 說明
公用屬性 Comparer (繼承自 Dictionary<Int32, String>。)
公用屬性 Count (繼承自 Dictionary<Int32, String>。)
公用屬性 Item (繼承自 Dictionary<Int32, String>。)
公用屬性 Keys (繼承自 Dictionary<Int32, String>。)
公用屬性 Values (繼承自 Dictionary<Int32, String>。)

上層

方法

  名稱 說明
公用方法 Add (繼承自 Dictionary<Int32, String>。)
公用方法 Clear (繼承自 Dictionary<Int32, String>。)
公用方法 ContainsKey (繼承自 Dictionary<Int32, String>。)
公用方法 ContainsValue (繼承自 Dictionary<Int32, String>。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEnumerator (繼承自 Dictionary<Int32, String>。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetObjectData 安全性關鍵。 (繼承自 Dictionary<Int32, String>。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 OnDeserialization (繼承自 Dictionary<Int32, String>。)
公用方法 Remove (繼承自 Dictionary<Int32, String>。)
公用方法 ToString (繼承自 Object。)
公用方法 TryGetValue (繼承自 Dictionary<Int32, String>。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 ICollection<KeyValuePair<TKey, TValue>>.Add (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 IDictionary.Add (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 ICollection<KeyValuePair<TKey, TValue>>.Contains (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 IDictionary.Contains (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 ICollection<KeyValuePair<TKey, TValue>>.CopyTo (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 ICollection.CopyTo (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 IEnumerable.GetEnumerator (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 IDictionary.GetEnumerator (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 IDictionary.IsFixedSize (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 IDictionary.IsReadOnly (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 ICollection.IsSynchronized (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 IDictionary.Item (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 IDictionary<TKey, TValue>.Keys (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 IDictionary.Keys (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 ICollection<KeyValuePair<TKey, TValue>>.Remove (繼承自 Dictionary<Int32, String>。)
明確介面實作私用方法 IDictionary.Remove (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 ICollection.SyncRoot (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 IDictionary<TKey, TValue>.Values (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values (繼承自 Dictionary<Int32, String>。)
明確介面實作私用屬性 IDictionary.Values (繼承自 Dictionary<Int32, String>。)

上層

執行緒安全性

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

請參閱

參考

Microsoft.SqlServer.Dts.Pipeline 命名空間