PublicationMonitor.EnumMonitorThresholds Метод

Определение

Возвращает пороговые значения в мониторе репликации, определенные для этой публикации.

public:
 System::Collections::ArrayList ^ EnumMonitorThresholds();
public System.Collections.ArrayList EnumMonitorThresholds ();
member this.EnumMonitorThresholds : unit -> System.Collections.ArrayList
Public Function EnumMonitorThresholds () As ArrayList

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

Коллекция ArrayList объектов MonitorThreshold.

Комментарии

Метод EnumMonitorThresholds может вызываться только членами предопределенных ролей базы данных db_owner или replmonitor в базе данных распространителя.

Вызов EnumMonitorThresholds эквивалентен выполнению sp_replmonitorhelppublicationthresholds (Transact-SQL).

Применяется к

См. также раздел