PublicationMonitorCollection Members
Include Protected Members
Include Inherited Members
A collection of PublicationMonitor objects that represents publications at the Distributor.
The PublicationMonitorCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CopyTo(Array, Int32) | Copies the collection to an array. (Inherited from ReplicationBaseCollection.) |
![]() |
CopyTo(PublicationMonitorCollection, Int32) | Makes a copy of the collection. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets an enumerator that is used to iterate through the objects in a collection. (Inherited from ReplicationBaseCollection.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
InitList() | Infrastructure. (Inherited from ReplicationBaseCollection.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
Refresh() | Refreshes the collection. (Inherited from ReplicationBaseCollection.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of objects in the referenced collection. (Inherited from ReplicationBaseCollection.) |
![]() |
IsSynchronized | Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Inherited from ReplicationBaseCollection.) |
![]() |
Item[Int32] | Gets a PublicationMonitor object in the collection by index number. |
![]() |
Item[String, String] | Gets a PublicationMonitor object in the collection by publication database and publication name. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from ReplicationBaseCollection.) |
Top