Freigeben über


ReplicationBaseCollection-Member

The base class that is used in the construction of replication object collections. It contains functionality that is common to the replication object collections.

Der ReplicationBaseCollection-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CopyTo Copies the collection to an array.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode InitList Infrastruktur.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Refreshes the collection.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of objects in the referenced collection.
Öffentliche Eigenschaft IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection.

Zum Anfang