ResynchronizeType Enum

Definition

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

SinceGivenDateTime 2

Resynchronizes the subscription with all of the changes since a given date and time.

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.

Remarks

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

Applies to