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)
Syntax
'Declaration
Public Enumeration ResynchronizeType
public enum ResynchronizeType
public enum class ResynchronizeType
public enum ResynchronizeType
public enum ResynchronizeType
Members
Member name | Description |
---|---|
SinceGivenDateTime | Resynchronizes the subscription with all of the changes since a given date and time. |
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. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.