Поделиться через


Метод PublicationMonitor.EnumMonitorThresholds

Returns the replication monitor thresholds defined for this publication.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Function EnumMonitorThresholds As ArrayList
'Применение
Dim instance As PublicationMonitor 
Dim returnValue As ArrayList 

returnValue = instance.EnumMonitorThresholds()
public ArrayList EnumMonitorThresholds()
public:
ArrayList^ EnumMonitorThresholds()
member EnumMonitorThresholds : unit -> ArrayList
public function EnumMonitorThresholds() : ArrayList

Возвращаемое значение

Тип: System.Collections.ArrayList
A ArrayList of MonitorThreshold objects.

Замечания

The EnumMonitorThresholds method can only be called by members of the db_owner or replmonitor fixed database roles on the distribution database.

Calling EnumMonitorThresholds is equivalent to executing sp_replmonitorhelppublicationthresholds (Transact-SQL).

См. также

Справочник

PublicationMonitor Класс

Пространство имен Microsoft.SqlServer.Replication

Другие ресурсы

Наблюдение за репликацией программным образом (программирование объектов RMO)