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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)