共用方式為


ReplicationWarnings Enumeration

Enumerates the supported replication threshold monitor warning values.

命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

語法

'宣告
<FlagsAttribute> _
Public Enumeration ReplicationWarnings
[FlagsAttribute] 
public enum ReplicationWarnings
[FlagsAttribute] 
public enum class ReplicationWarnings
/** @attribute FlagsAttribute() */ 
public enum ReplicationWarnings
FlagsAttribute 
public enum ReplicationWarnings

Members

Member name Description
Expiration 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 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 The merge delivery rate in a fast connection, such as a local area network, exceeds the fast link merge run speed threshold.
Latency The time taken to replicate data from the transactional Publisher (committed) to the Subscriber (committed) exceeds the latency threshold.
MergeExpiration 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).
None Nothing exceeds the thresholds, or the thresholds are not defined.
SlowLinkMergeRunDuration 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.
SlowLinkMergeRunSpeed The merge delivery rate in a slow connection, such as a dial-up network, exceeds the slow link merge run speed threshold.

備註

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Replication Namespace