Compartilhar via


Membros TransSubscriptionCollection

Represents a collection of TransSubscription objects.

O tipo TransSubscriptionCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público CopyTo Copies the collection to an array. (Herdado de ReplicationBaseCollection.)
Método público CopyTo(TransSubscriptionCollection, Int32) Makes a copy of the collection.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (Herdado de ReplicationBaseCollection.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido InitList Infraestrutura. (Herdado de ReplicationBaseCollection.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Refresh Refreshes the collection. (Herdado de ReplicationBaseCollection.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of objects in the referenced collection. (Herdado de ReplicationBaseCollection.)
Propriedade pública IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Herdado de ReplicationBaseCollection.)
Propriedade pública Item[ ( [ ( Int32] ) ] ) Gets a TransSubscription object in the collection by index number.
Propriedade pública Item[ ( [ ( String, String] ) ] ) Gets a TransSubscription object in the TransSubscriptionCollection, by SubscriberName and SubscriptionDBName properties that uniquely identify the subscription.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Herdado de ReplicationBaseCollection.)

Início