Condividi tramite


Membri MergePullSubscriptionCollection

Represents a collection of MergePullSubscription objects.

Il tipo MergePullSubscriptionCollection espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CopyTo Copies the collection to an array. (Ereditato da ReplicationBaseCollection).
Metodo pubblico CopyTo(MergePullSubscriptionCollection, Int32) Makes a copy of the collection.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (Ereditato da ReplicationBaseCollection).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto InitList Infrastruttura. (Ereditato da ReplicationBaseCollection).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico Refresh Refreshes the collection. (Ereditato da ReplicationBaseCollection).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of objects in the referenced collection. (Ereditato da ReplicationBaseCollection).
Proprietà pubblica IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Ereditato da ReplicationBaseCollection).
Proprietà pubblica Item[ ( [ ( Int32] ) ] ) Gets a MergePullSubscription object in the collection by index number.
Proprietà pubblica Item[ ( [ ( String, String, String] ) ] ) Gets a MergePullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely identify the pull subscription.
Proprietà pubblica SyncRoot Gets an object that can be used to synchronize access to the collection. (Ereditato da ReplicationBaseCollection).

In alto