PublicationMonitorCollection Properties
SQL Server 2008
The PublicationMonitorCollection type exposes the following members.
| 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.) |