OutputNameMap Class
Represents the output name map.
Inheritance Hierarchy
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>
The OutputNameMap type exposes the following members.
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<String, Int32>.) | |
Count | (Inherited from Dictionary<String, Int32>.) | |
Item | (Inherited from Dictionary<String, Int32>.) | |
Keys | (Inherited from Dictionary<String, Int32>.) | |
Values | (Inherited from Dictionary<String, Int32>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Dictionary<String, Int32>.) | |
Clear | (Inherited from Dictionary<String, Int32>.) | |
ContainsKey | (Inherited from Dictionary<String, Int32>.) | |
ContainsValue | (Inherited from Dictionary<String, Int32>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Dictionary<String, Int32>.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Security Critical. (Inherited from Dictionary<String, Int32>.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from Dictionary<String, Int32>.) | |
Remove | (Inherited from Dictionary<String, Int32>.) | |
ToString | (Inherited from Object.) | |
TryGetValue | (Inherited from Dictionary<String, Int32>.) |
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.