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> 继承。) |
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。