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 | |
---|---|---|
InputIDToNameMap | Initializes a new instance of the InputIDToNameMap class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<Int32, String>.) | |
Count | (Inherited from Dictionary<Int32, String>.) | |
Item | (Inherited from Dictionary<Int32, String>.) | |
Keys | (Inherited from Dictionary<Int32, String>.) | |
Values | (Inherited from Dictionary<Int32, String>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Dictionary<Int32, String>.) | |
Clear | (Inherited from Dictionary<Int32, String>.) | |
ContainsKey | (Inherited from Dictionary<Int32, String>.) | |
ContainsValue | (Inherited from Dictionary<Int32, String>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Dictionary<Int32, String>.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Security Critical. (Inherited from Dictionary<Int32, String>.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from Dictionary<Int32, String>.) | |
Remove | (Inherited from Dictionary<Int32, String>.) | |
ToString | (Inherited from Object.) | |
TryGetValue | (Inherited from Dictionary<Int32, String>.) |
Top
Explicit Interface Implementations
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.