Compartir a través de


DbSyncColumnMappingCollection Miembros

Representa una colección de objetos DbSyncColumnMapping.

En las siguientes tablas se incluyen los miembros que expone el tipo DbSyncColumnMappingCollection .

Constructores públicos

  Nombre Descripción
Public method DbSyncColumnMappingCollection Inicializa una nueva instancia de la clase DbSyncColumnMappingCollection.

Arriba

Propiedades públicas

(vea también Propiedades protegidas )

  Nombre Descripción
Public property Count  (Se hereda de Collection).
Public property Item  (Se hereda de Collection).

Arriba

Propiedades protegidas

  Nombre Descripción
Protected property Items  (Se hereda de Collection).

Arriba

Métodos públicos

(vea también Métodos protegidos )

  Nombre Descripción
Public method Add Sobrecargado.  
Public method Clear  (Se hereda de Collection).
Public method Contains  (Se hereda de Collection).
Public method CopyTo  (Se hereda de Collection).
Public method Equals  Sobrecargado. (Se hereda de Object).
Public method GetEnumerator  (Se hereda de Collection).
Public method GetHashCode  (Se hereda de Object).
Public method GetType  (Se hereda de Object).
Public method IndexOf  (Se hereda de Collection).
Public method IndexOfLocalColumn Busca un objeto DbSyncColumnMapping al especificar un nombre de columna local, y devuelve el índice de base cero de la primera aparición en la colección completa.
Public method IndexOfRemoteColumn Busca un objeto DbSyncColumnMapping al especificar un nombre de columna remota, y devuelve el índice de base cero de la primera aparición en la colección completa.
Public method Insert  (Se hereda de Collection).
Public method Cc807300.static(es-es,SQL.105).gif ReferenceEquals  (Se hereda de Object).
Public method Remove  (Se hereda de Collection).
Public method RemoveAt  (Se hereda de Collection).
Public method ToString  (Se hereda de Object).

Arriba

Métodos protegidos

  Nombre Descripción
Protected method ClearItems  (Se hereda de Collection).
Protected method Finalize  (Se hereda de Object).
Protected method InsertItem Sobrecargado.  
Protected method MemberwiseClone  (Se hereda de Object).
Protected method RemoveItem  (Se hereda de Collection).
Protected method SetItem Sobrecargado.  

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Explicit interface implementation Method System.Collections.ICollection.CopyTo  (Se hereda de Collection).
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator  (Se hereda de Collection).
Explicit interface implementation Method System.Collections.IList.Add  (Se hereda de Collection).
Explicit interface implementation Method System.Collections.IList.Contains  (Se hereda de Collection).
Explicit interface implementation Method System.Collections.IList.IndexOf  (Se hereda de Collection).
Explicit interface implementation Method System.Collections.IList.Insert  (Se hereda de Collection).
Explicit interface implementation Method System.Collections.IList.Remove  (Se hereda de Collection).
Explicit interface implementation Property System.Collections.Generic.ICollection.IsReadOnly  (Se hereda de Collection).
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized  (Se hereda de Collection).
Explicit interface implementation Property System.Collections.ICollection.SyncRoot  (Se hereda de Collection).
Explicit interface implementation Property System.Collections.IList.IsFixedSize  (Se hereda de Collection).
Explicit interface implementation Property System.Collections.IList.IsReadOnly  (Se hereda de Collection).
Explicit interface implementation Property System.Collections.IList.Item  (Se hereda de Collection).

Arriba

Vea también

Referencia

DbSyncColumnMappingCollection Clase
Microsoft.Synchronization.Data Espacio de nombres