ResynchronizeType 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 values that specify the changes to apply when a merge subscription is resynchronized.
public enum class ResynchronizeType
public enum ResynchronizeType
type ResynchronizeType =
Public Enum ResynchronizeType
- Inheritance
-
ResynchronizeType
Fields
Name | Value | Description |
---|---|---|
SinceLastSnapshotApplied | 0 | Resynchronizes the subscription with all of the changes since the last snapshot was applied. |
SinceLastSuccessfulValidation | 1 | Resynchronizes the subscription with all of the changes since the last successful validation. |
SinceGivenDateTime | 2 | Resynchronizes the subscription with all of the changes since a given date and time. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.