Элементы TransPullSubscriptionCollection
Represents a collection of TransPullSubscription objects.
Тип TransPullSubscriptionCollection предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
CopyTo | Copies the collection to an array. (Наследуется из ReplicationBaseCollection.) | |
CopyTo(TransPullSubscriptionCollection, 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 TransPullSubscription object in the collection by index number. | |
Item[ ( [ ( String, String, String] ) ] ) | Gets a TransPullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely define the pull subscription. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Наследуется из ReplicationBaseCollection.) |
В начало
См. также