Expand Minimize
This topic has not yet been rated - Rate this topic

ResynchronizeType Enumeration

Enumerates values that specify the changes to apply when a merge subscription is resynchronized.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public enum ResynchronizeType
Member nameDescription
SinceLastSnapshotAppliedResynchronizes the subscription with all of the changes since the last snapshot was applied.
SinceLastSuccessfulValidationResynchronizes the subscription with all of the changes since the last successful validation.
SinceGivenDateTimeResynchronizes 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.