Bagikan melalui


InputIDToNameMap Class

Represents the input ID to name map.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public Class InputIDToNameMap _
    Inherits Dictionary(Of Integer, String)
'Usage
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>

The InputIDToNameMap type exposes the following members.

Constructors

  Name Description
Public method InputIDToNameMap Initializes a new instance of the InputIDToNameMap class.

Top

Properties

  Name Description
Public property Comparer (Inherited from Dictionary<Int32, String>.)
Public property Count (Inherited from Dictionary<Int32, String>.)
Public property Item (Inherited from Dictionary<Int32, String>.)
Public property Keys (Inherited from Dictionary<Int32, String>.)
Public property Values (Inherited from Dictionary<Int32, String>.)

Top

Methods

  Name Description
Public method Add (Inherited from Dictionary<Int32, String>.)
Public method Clear (Inherited from Dictionary<Int32, String>.)
Public method ContainsKey (Inherited from Dictionary<Int32, String>.)
Public method ContainsValue (Inherited from Dictionary<Int32, String>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Dictionary<Int32, String>.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Security Critical. (Inherited from Dictionary<Int32, String>.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnDeserialization (Inherited from Dictionary<Int32, String>.)
Public method Remove (Inherited from Dictionary<Int32, String>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from Dictionary<Int32, String>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Add (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method IDictionary.Add (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Contains (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method IDictionary.Contains (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.CopyTo (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method IDictionary.GetEnumerator (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property IDictionary.IsFixedSize (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property IDictionary.IsReadOnly (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property IDictionary.Item (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property IDictionary<TKey, TValue>.Keys (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property IDictionary.Keys (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Remove (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate method IDictionary.Remove (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property IDictionary<TKey, TValue>.Values (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values (Inherited from Dictionary<Int32, String>.)
Explicit interface implemetationPrivate property IDictionary.Values (Inherited from Dictionary<Int32, String>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline Namespace