Freigeben über


DistributionDatabaseCollection-Member

Represents a collection of DistributionDatabase objects.

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

Methoden

  Name Beschreibung
Öffentliche Methode CopyTo Copies the collection to an array. (Geerbt von ReplicationBaseCollection.)
Öffentliche Methode CopyTo(DistributionDatabaseCollection, Int32) Makes a copy of the collection.
Ö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. (Geerbt von ReplicationBaseCollection.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode InitList Infrastruktur. (Geerbt von ReplicationBaseCollection.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Refreshes the collection. (Geerbt von ReplicationBaseCollection.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of objects in the referenced collection. (Geerbt von ReplicationBaseCollection.)
Öffentliche Eigenschaft IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Geerbt von ReplicationBaseCollection.)
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Gets a DistributionDatabase object in the collection by index number.
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Gets a DistributionDatabase object in the collection by database name.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection. (Geerbt von ReplicationBaseCollection.)

Zum Anfang