MonitorThreshold Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a threshold metric used when monitoring a publication.
public ref class MonitorThreshold sealed
public sealed class MonitorThreshold
type MonitorThreshold = class
Public NotInheritable Class MonitorThreshold
- Inheritance
-
MonitorThreshold
Remarks
The following metric names are supported.
<xref:Microsoft.SqlServer.Replication.MonitorThreshold.MetricID%2A> | MetricTitle | Description |
---|---|---|
1 | expiration |
Monitors for imminent expiration of subscriptions to transactional publications. |
2 | latency |
Monitors for the performance of subscriptions to transactional publications. |
4 | mergeexpiration |
Monitors for imminent expiration of subscriptions to merge publications. |
5 | mergeslowrunduration |
Monitors the duration of merge synchronizations over low-bandwidth (dialup) connections. |
6 | mergefastrunduration |
Monitors the duration of merge synchronizations over high-bandwidth (LAN) connections. |
7 | mergefastrunspeed |
Monitors the synchronization rate of merge synchronizations over high-bandwidth (LAN) connections. |
8 | mergeslowrunspeed |
Monitors the synchronization rate of merge synchronizations over low-bandwidth (dialup) connections. |
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Thread Safety
Any public static (Shared
in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Constructors
MonitorThreshold() |
Creates a new instance of the MonitorThreshold class. |
Properties
Enabled |
Gets or sets whether the threshold is enabled. |
MetricId |
Gets or sets the ID value that uniquely identifies the threshold metric. |
MetricTitle |
Gets or sets the name of the threshold metric. |
ShouldAlert |
Gets or sets whether an alert is generated when the metric exceeds the threshold. |
UserData |
Gets or sets an object that allows users to attach their own data to this object. |
Value |
Gets or sets the threshold value. |