ReplicationWarnings Enum
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.
Enumerates the supported replication threshold monitor warning values.
This enumeration supports a bitwise combination of its member values.
public enum class ReplicationWarnings
[System.Flags]
public enum ReplicationWarnings
[<System.Flags>]
type ReplicationWarnings =
Public Enum ReplicationWarnings
- Inheritance
-
ReplicationWarnings
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Nothing exceeds the thresholds, or the thresholds are not defined. |
Expiration | 1 | The expiration of a subscription to a transactional or snapshot publication. The time since the last synchronization exceeds the expiration threshold (the percentage of retention in hours). |
Latency | 2 | The time taken to replicate data from the transactional Publisher (committed) to the Subscriber (committed) exceeds the latency threshold. |
MergeExpiration | 4 | The expiration of a subscription to a transactional or snapshot publication. The time since the last synchronization exceeds the expiration threshold (the percentage of retention in hours). |
FastLinkMergeRunDuration | 16 | The time taken for the Merge Agent to finish one merge run in a slow connection, such as a dial-up network, exceeds the slow link merge run threshold. |
SlowLinkMergeRunDuration | 32 | The time taken for the Merge Agent to finish one merge run in a slow connection, such as a dial-up network, exceeds the slow link merge run threshold. |
FastLinkMergeRunSpeed | 64 | The merge delivery rate in a fast connection, such as a local area network, exceeds the fast link merge run speed threshold. |
SlowLinkMergeRunSpeed | 128 | The merge delivery rate in a slow connection, such as a dial-up network, exceeds the slow link merge run speed threshold. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.