ReplicationWarnings 열거형

Enumerates the supported replication threshold monitor warning values.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration ReplicationWarnings
‘사용 방법
Dim instance As ReplicationWarnings
[FlagsAttribute]
public enum ReplicationWarnings
[FlagsAttribute]
public enum class ReplicationWarnings
[<FlagsAttribute>]
type ReplicationWarnings
public enum ReplicationWarnings

멤버

멤버 이름 설명
None Nothing exceeds the thresholds, or the thresholds are not defined.
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).
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).
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.
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.
FastLinkMergeRunSpeed The merge delivery rate in a fast connection, such as a local area network, exceeds the fast link merge run speed 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.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스