共用方式為


PublisherMonitor.PublicationMonitors 屬性

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public ReadOnly Property PublicationMonitors As PublicationMonitorCollection 
    Get
'用途
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

屬性值

型別:Microsoft.SqlServer.Replication.PublicationMonitorCollection
A PublicationMonitorCollection object.

備註

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

請參閱

參考

PublisherMonitor 類別

Microsoft.SqlServer.Replication 命名空間