Поделиться через


Элементы TransSubscriptionCollection

Represents a collection of TransSubscription objects.

Тип TransSubscriptionCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод CopyTo Copies the collection to an array. (Наследуется из ReplicationBaseCollection.)
Открытый метод CopyTo(TransSubscriptionCollection, Int32) Makes a copy of the collection.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (Наследуется из ReplicationBaseCollection.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод InitList Инфраструктура. (Наследуется из ReplicationBaseCollection.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Refresh Refreshes the collection. (Наследуется из ReplicationBaseCollection.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of objects in the referenced collection. (Наследуется из ReplicationBaseCollection.)
Открытое свойство IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Наследуется из ReplicationBaseCollection.)
Открытое свойство Item[ ( [ ( Int32] ) ] ) Gets a TransSubscription object in the collection by index number.
Открытое свойство Item[ ( [ ( String, String] ) ] ) Gets a TransSubscription object in the TransSubscriptionCollection, by SubscriberName and SubscriptionDBName properties that uniquely identify the subscription.
Открытое свойство SyncRoot Gets an object that can be used to synchronize access to the collection. (Наследуется из ReplicationBaseCollection.)

В начало