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>에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.