ResynchronizeType 열거형
Enumerates values that specify the changes to apply when a merge subscription is resynchronized.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Enumeration ResynchronizeType
‘사용 방법
Dim instance As ResynchronizeType
public enum ResynchronizeType
public enum class ResynchronizeType
type ResynchronizeType
public enum ResynchronizeType
멤버
멤버 이름 | 설명 | |
---|---|---|
SinceLastSnapshotApplied | Resynchronizes the subscription with all of the changes since the last snapshot was applied. | |
SinceLastSuccessfulValidation | Resynchronizes the subscription with all of the changes since the last successful validation. | |
SinceGivenDateTime | Resynchronizes the subscription with all of the changes since a given date and time. |
주의
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.