Compartir a través de


PublisherMonitor.PublicationMonitors Propiedad

Represents a collection of PublicationMonitor objects, each of which represents a publication defined at the Publisher being monitored.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public ReadOnly Property PublicationMonitors As PublicationMonitorCollection 
    Get
'Uso
Dim instance As PublisherMonitor 
Dim value As PublicationMonitorCollection 

value = instance.PublicationMonitors
public PublicationMonitorCollection PublicationMonitors { get; }
public:
property PublicationMonitorCollection^ PublicationMonitors {
    PublicationMonitorCollection^ get ();
}
member PublicationMonitors : PublicationMonitorCollection
function get PublicationMonitors () : PublicationMonitorCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Replication.PublicationMonitorCollection
A PublicationMonitorCollection object.

Comentarios

A PublicationMonitor object in the collection can be accessed from PublicationMonitors using an [Int32] index value or using a [String,String] index that is the Name property and the DatabaseName property of the article.

The PublicationMonitors property can only be retrieved by members of the sysadmin fixed server role at the Distributor or by members of the db_owner or replmonitor fixed database roles on the distribution database

Vea también

Referencia

PublisherMonitor Clase

Espacio de nombres Microsoft.SqlServer.Replication