Compartir a través de


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
Propiedad pública Comparer (Se hereda de Dictionary<String, Int32>.)
Propiedad pública Count (Se hereda de Dictionary<String, Int32>.)
Propiedad pública Item (Se hereda de Dictionary<String, Int32>.)
Propiedad pública Keys (Se hereda de Dictionary<String, Int32>.)
Propiedad pública Values (Se hereda de Dictionary<String, Int32>.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de Dictionary<String, Int32>.)
Método público Clear (Se hereda de Dictionary<String, Int32>.)
Método público ContainsKey (Se hereda de Dictionary<String, Int32>.)
Método público ContainsValue (Se hereda de Dictionary<String, Int32>.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator (Se hereda de Dictionary<String, Int32>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Dictionary<String, Int32>.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público OnDeserialization (Se hereda de Dictionary<String, Int32>.)
Método público Remove (Se hereda de Dictionary<String, Int32>.)
Método público ToString (Se hereda de Object.)
Método público TryGetValue (Se hereda de Dictionary<String, Int32>.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.Add (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado IDictionary.Add (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.Contains (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado IDictionary.Contains (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.CopyTo (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado IDictionary.GetEnumerator (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.IsFixedSize (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.IsReadOnly (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.Item (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada IDictionary<TKey, TValue>.Keys (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.Keys (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.Remove (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasMétodo privado IDictionary.Remove (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada IDictionary<TKey, TValue>.Values (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values (Se hereda de Dictionary<String, Int32>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.Values (Se hereda de Dictionary<String, Int32>.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline