Freigeben über


DbSyncColumnMappingCollection-Member

Stellt eine Auflistung von DbSyncColumnMapping-Objekten dar.

In folgenden Tabellen sind die Elemente aufgeführt, die vom Typ DbSyncColumnMappingCollection angezeigt werden.

Öffentliche Konstruktoren

  Name Beschreibung
Public method DbSyncColumnMappingCollection Initialisiert eine neue Instanz der DbSyncColumnMappingCollection-Klasse.

Oben

Öffentliche Eigenschaften

(siehe auch Geschützte Eigenschaften )

  Name Beschreibung
Public property Count  (Geerbt von Collection.)
Public property Item  (Geerbt von Collection.)

Oben

Geschützte Eigenschaften

  Name Beschreibung
Protected property Items  (Geerbt von Collection.)

Oben

Öffentliche Methoden

(siehe auch Geschützte Methoden )

  Name Beschreibung
Public method Add Überladen.  
Public method Clear  (Geerbt von Collection.)
Public method Contains  (Geerbt von Collection.)
Public method CopyTo  (Geerbt von Collection.)
Public method Equals  Überladen. (Geerbt von Object.)
Public method GetEnumerator  (Geerbt von Collection.)
Public method GetHashCode  (Geerbt von Object.)
Public method GetType  (Geerbt von Object.)
Public method IndexOf  (Geerbt von Collection.)
Public method IndexOfLocalColumn Sucht nach einem DbSyncColumnMapping-Objekt, wenn ein lokaler Spaltenname angegeben wird, und gibt den nullbasierten Index des ersten Vorkommens innerhalb der gesamten Auflistung zurück.
Public method IndexOfRemoteColumn Sucht nach einem DbSyncColumnMapping-Objekt, wenn ein Remotespaltenname angegeben wird, und gibt den nullbasierten Index des ersten Vorkommens innerhalb der gesamten Auflistung zurück.
Public method Insert  (Geerbt von Collection.)
Public method Cc807300.static(de-de,SQL.105).gif ReferenceEquals  (Geerbt von Object.)
Public method Remove  (Geerbt von Collection.)
Public method RemoveAt  (Geerbt von Collection.)
Public method ToString  (Geerbt von Object.)

Oben

Geschützte Methoden

  Name Beschreibung
Protected method ClearItems  (Geerbt von Collection.)
Protected method Finalize  (Geerbt von Object.)
Protected method InsertItem Überladen.  
Protected method MemberwiseClone  (Geerbt von Object.)
Protected method RemoveItem  (Geerbt von Collection.)
Protected method SetItem Überladen.  

Oben

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explicit interface implementation Method System.Collections.ICollection.CopyTo  (Geerbt von Collection.)
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator  (Geerbt von Collection.)
Explicit interface implementation Method System.Collections.IList.Add  (Geerbt von Collection.)
Explicit interface implementation Method System.Collections.IList.Contains  (Geerbt von Collection.)
Explicit interface implementation Method System.Collections.IList.IndexOf  (Geerbt von Collection.)
Explicit interface implementation Method System.Collections.IList.Insert  (Geerbt von Collection.)
Explicit interface implementation Method System.Collections.IList.Remove  (Geerbt von Collection.)
Explicit interface implementation Property System.Collections.Generic.ICollection.IsReadOnly  (Geerbt von Collection.)
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized  (Geerbt von Collection.)
Explicit interface implementation Property System.Collections.ICollection.SyncRoot  (Geerbt von Collection.)
Explicit interface implementation Property System.Collections.IList.IsFixedSize  (Geerbt von Collection.)
Explicit interface implementation Property System.Collections.IList.IsReadOnly  (Geerbt von Collection.)
Explicit interface implementation Property System.Collections.IList.Item  (Geerbt von Collection.)

Oben

Siehe auch

Verweis

DbSyncColumnMappingCollection-Klasse
Microsoft.Synchronization.Data-Namespace