MSpublicationthresholds (Transact-SQL)
適用於:SQL Server
MSpublicationthresholds 數據表是用來追蹤發行集的複寫效能計量,每個要監視的臨界值各有一個數據列。 此數據表會儲存在散發資料庫中。
資料行名稱 | 資料類型 | 描述 |
---|---|---|
publication_id | int | 識別已設定臨界值的發行集。 |
metric_id | int | 識別要監視的複寫效能計量,如 MSreplmonthresholdmetrics 系統數據表中所定義。 |
value | sql_variant | 所監視計量的臨界值。 |
shouldalert | bit | 值為 1 表示當計量超過定義的臨界值時,應該產生警示。 |
isenabled | bit | 值為 1 表示已啟用此複寫效能計量的監視。 |