OutputNameMap-Klasse
Represents the output name map.
Vererbungshierarchie
System.Object
System.Collections.Generic.Dictionary<String, Int32>
Microsoft.SqlServer.Dts.Pipeline.OutputNameMap
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Class OutputNameMap _
Inherits Dictionary(Of String, Integer)
'Usage
Dim instance As OutputNameMap
public class OutputNameMap : Dictionary<string, int>
public ref class OutputNameMap : public Dictionary<String^, int>
type OutputNameMap =
class
inherit Dictionary<string, int>
end
public class OutputNameMap extends Dictionary<String, int>
Der OutputNameMap-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Comparer | (Geerbt von Dictionary<String, Int32>.) | |
Count | (Geerbt von Dictionary<String, Int32>.) | |
Item | (Geerbt von Dictionary<String, Int32>.) | |
Keys | (Geerbt von Dictionary<String, Int32>.) | |
Values | (Geerbt von Dictionary<String, Int32>.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Add | (Geerbt von Dictionary<String, Int32>.) | |
Clear | (Geerbt von Dictionary<String, Int32>.) | |
ContainsKey | (Geerbt von Dictionary<String, Int32>.) | |
ContainsValue | (Geerbt von Dictionary<String, Int32>.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | (Geerbt von Dictionary<String, Int32>.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Sicherheitskritisch (Geerbt von Dictionary<String, Int32>.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnDeserialization | (Geerbt von Dictionary<String, Int32>.) | |
Remove | (Geerbt von Dictionary<String, Int32>.) | |
ToString | (Geerbt von Object.) | |
TryGetValue | (Geerbt von Dictionary<String, Int32>.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.