Clase OutputNameMap
Represents the output name map.
Jerarquía de herencia
System.Object
System.Collections.Generic.Dictionary<String, Int32>
Microsoft.SqlServer.Dts.Pipeline.OutputNameMap
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)
Sintaxis
'Declaración
Public Class OutputNameMap _
Inherits Dictionary(Of String, Integer)
'Uso
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>
El tipo OutputNameMap expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Comparer | (Se hereda de Dictionary<String, Int32>.) | |
Count | (Se hereda de Dictionary<String, Int32>.) | |
Item | (Se hereda de Dictionary<String, Int32>.) | |
Keys | (Se hereda de Dictionary<String, Int32>.) | |
Values | (Se hereda de Dictionary<String, Int32>.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | (Se hereda de Dictionary<String, Int32>.) | |
Clear | (Se hereda de Dictionary<String, Int32>.) | |
ContainsKey | (Se hereda de Dictionary<String, Int32>.) | |
ContainsValue | (Se hereda de Dictionary<String, Int32>.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | (Se hereda de Dictionary<String, Int32>.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Dictionary<String, Int32>.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
OnDeserialization | (Se hereda de Dictionary<String, Int32>.) | |
Remove | (Se hereda de Dictionary<String, Int32>.) | |
ToString | (Se hereda de Object.) | |
TryGetValue | (Se hereda de Dictionary<String, Int32>.) |
Arriba
Implementaciones de interfaces explícitas
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.