OutputNameMap 类
Represents the output name map.
继承层次结构
System.Object
System.Collections.Generic.Dictionary<String, Int32>
Microsoft.SqlServer.Dts.Pipeline.OutputNameMap
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)
语法
声明
Public Class OutputNameMap _
Inherits Dictionary(Of String, Integer)
用法
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>
OutputNameMap 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Comparer | (从 Dictionary<String, Int32> 继承。) | |
Count | (从 Dictionary<String, Int32> 继承。) | |
Item | (从 Dictionary<String, Int32> 继承。) | |
Keys | (从 Dictionary<String, Int32> 继承。) | |
Values | (从 Dictionary<String, Int32> 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Add | (从 Dictionary<String, Int32> 继承。) | |
Clear | (从 Dictionary<String, Int32> 继承。) | |
ContainsKey | (从 Dictionary<String, Int32> 继承。) | |
ContainsValue | (从 Dictionary<String, Int32> 继承。) | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetEnumerator | (从 Dictionary<String, Int32> 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetObjectData | 安全关键。 (从 Dictionary<String, Int32> 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
OnDeserialization | (从 Dictionary<String, Int32> 继承。) | |
Remove | (从 Dictionary<String, Int32> 继承。) | |
ToString | (从 Object 继承。) | |
TryGetValue | (从 Dictionary<String, Int32> 继承。) |
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。