Share via


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

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.

Applies to